how to code the deblur image algorithm

topic posted Wed, November 21, 2007 - 2:57 AM by  Truc
Share/Save/Bookmark
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,
posted by:
Truc
SF Bay Area
Advertisement
Advertisement