Advertisement
Hi All,
I am studying about the deblur image algorithm to deblur a blurred image. It uses blind deconvolution algorithm.
In the Matlab, deblur image is showing :
1) Create Point Spread Function (PSF) that Gaussian is usually used.
2) using Deconblind function = blind deconvolution to deconvolve blurred image with PSF.
............
So i am in the process of translating my matlab code into C to run on the Parallel system.
I was wondering if there are C function available for these process (deconvblind).
Anyone have any ideas on this ???
Thank you,
I am studying about the deblur image algorithm to deblur a blurred image. It uses blind deconvolution algorithm.
In the Matlab, deblur image is showing :
1) Create Point Spread Function (PSF) that Gaussian is usually used.
2) using Deconblind function = blind deconvolution to deconvolve blurred image with PSF.
............
So i am in the process of translating my matlab code into C to run on the Parallel system.
I was wondering if there are C function available for these process (deconvblind).
Anyone have any ideas on this ???
Thank you,
Advertisement
Advertisement