How can I implement a Diamond filter in Matlab
Afficher commentaires plus anciens
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 commentaire
yanqi liu
le 7 Mar 2022
may be use fft2 to make image to frequency domain, and use Butterworth band-stop filter to filter it
Réponses (0)
Catégories
En savoir plus sur Image Filtering dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!