MATLAB: How i remove repetitive structure like line or circle using notch filter in image

fftimage analysisimage processing

Hi,I am want to remove certain repetitive structure from image in Fourier domain FFT using some filter like notch filer. In our image circle or line is the repetitive structure how can I remove in FFT domain and later reconstruct again using IFFT. Please guide me and give simple code for notch filter. thanks

Best Answer

You can use a Fourier filter. See attached demo and adapt as needed.
Related Question