Ask Your Question
1

how to perform deconvolution of images?

asked 2013-06-19 02:19:21 -0600

Mudasar gravatar image

updated 2017-11-28 03:38:07 -0600

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

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
2

answered 2013-06-19 14:04:42 -0600

SR gravatar image

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.

edit flag offensive delete link more

Comments

2

it's called deconvolution.py under samples/python2/

Guanta gravatar imageGuanta ( 2013-06-19 14:09:49 -0600 )edit

ok Thanks :)

Mudasar gravatar imageMudasar ( 2013-06-21 03:47:12 -0600 )edit
0

answered 2017-11-28 03:12:37 -0600

fashengchen gravatar image

updated 2017-11-28 03:13:26 -0600

2 time deconvlution is as same as a 4 channel convolution. you can using 4 convolution to perform a equivalent 2 time deconvolution.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-19 02:19:21 -0600

Seen: 2,477 times

Last updated: Nov 28 '17