Apply notch filter on image
How can I apply a notch filter on an image using OpenCV 2.4 and C++? I want to calculate the DFT of an image, suppress certain frequencies and calculate reverse dft. Can anyone show me some sample code how to apply a notch filter in frequecy domain?
What is your question?
Can anyone show me some sample code how to apply a notch filter in frequecy domain?