PANDORE Version 6 GREYC-IMAGE

pfftdeconvolution



Performs deconvolution of image by kernel.



Synopsis

pfftdeconvolution [im_in1|-] [im_in2|-] [im_out|-]

Description

pfftdeconvolution performs a deconvolution the input image im_in1 with the kernel given in the input image im_in2. The size of the kernel image im_in2 must be lower or equal than the input image im_in1.

The deconvolution uses the frequency domain. It consists in a complex division of the Fourier transform of the two input images:

where / is the complex division.

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples




See also

Frequency, ftt, iftt

C++ prototype

Errc PFFTDeconvolution( const Img2duc &im_in1, const Img2duc &im_in2, Img2dsf &im_in2 );

Version française

Déconvolution d'une image par un noyau.


Author: Régis Clouard