How can I implement a Diamond filter in Matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
yanqi liu
il 7 Mar 2022
may be use fft2 to make image to frequency domain, and use Butterworth band-stop filter to filter it
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!