How can I implement a Diamond filter in Matlab
Show older comments
I want to make an anti-aliasing 2D lowpass diamond filter of like 15×15, I know we need to have a lowpass filter and a highpass filter to do that, but how do I know the pass band and stop band of a certain image with dimensions m*n
1 Comment
yanqi liu
on 7 Mar 2022
may be use fft2 to make image to frequency domain, and use Butterworth band-stop filter to filter it
Answers (0)
Categories
Find more on Image Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!