How to implement Ideal filter for digital image processing?

6 views (last 30 days)
how can I implements the Ideal Bandpass filter and Ideal Bandreject filter for digital image processing in matlab? thanks for help.

Answers (1)

Image Analyst
Image Analyst on 9 Jun 2015
You'd call fft2(), then zero out the appropriate spatial frequencies, then inverse fft2.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!