How does imresize 'Antialiasing' work?
Afficher commentaires plus anciens
I want to know how the imresize function works when I set 'Antialiasing' option to true.
There are so many methods to make Antialiasing.
The imresize function says that when I set 'Antialiasing' option true, the imresize function will do antialiasing.
So I want to know exactly how imresize function does 'Antialiasing'.
2 commentaires
Star Strider
le 29 Juil 2021
It could be similar to the antialiasing in the Signal Processing Toolbox resample function, that uses a FIR filter to remove spurious high frequencies (greater than the original signal Nyquist frequency) that are created in the interpolation process.
I have not looked at the code of either one in any detail (assuming that is even possible).
YOUNGMIN KIM
le 29 Juil 2021
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 29 Juil 2021
1 vote
It probably blurs the image slightly.
1 commentaire
YOUNGMIN KIM
le 29 Juil 2021
Catégories
En savoir plus sur Multirate Signal Processing 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!