how to perform deconvolution of images?
hello,
I am new to openCv, some body please tell me how to deconvole the image using openCv. Is there any function or trick to do that.
Thanks
hello,
I am new to openCv, some body please tell me how to deconvole the image using openCv. Is there any function or trick to do that.
Thanks
There is a sample program (I do not remember the name at the moment) showing the Wiener deconvolution. Have a look into the samples
folder of OpenCV's sources.
2 time deconvlution is as same as a 4 channel convolution. you can using 4 convolution to perform a equivalent 2 time deconvolution.
Asked: 2013-06-19 02:19:21 -0600
Seen: 2,542 times
Last updated: Nov 28 '17
De-Convolution without DFT using OpenCV
Convolution operation over 1D array
Wrong term in the tutorial "Making your own linear filters!"
Is there any problem in using the same src and dst image in filtering functions?
Completely black image after inverse DFT on GPU
Is it possible to run filter2D at just one point in an image?
Using custom kernel in opencv 2DFilter - causing crash … convolution how?