Ask Your Question

ibrahimovic's profile - activity

2016-12-31 13:22:54 -0600 commented answer inverse filter c++

what do you mean by making it exportable ?how could I do that Sorry for my lack of knowledge ?

2016-12-31 12:30:42 -0600 commented answer inverse filter c++

Thanks for you response how to have a look at the mulSpectrums function's code?

2016-12-31 11:55:26 -0600 asked a question inverse filter c++

Hello,

I want to implement the Inverse filter which is basically F=G/H.here F is the restored image, G is the blurred image and H is the kernel that blurred the image after transformed by DFT.

But there are a lot of thing that I don not know how to do it like : -I don't know how to handle the complex output from the forward DFT and how two divide two spectrums G and H to obtain F.

-Which flags to use in the forward DFT and in the Inverse DFT

BEST