How does imresize 'Antialiasing' work?
Mostrar comentarios más antiguos
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 comentarios
Star Strider
el 29 de Jul. de 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
el 29 de Jul. de 2021
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 29 de Jul. de 2021
1 voto
It probably blurs the image slightly.
1 comentario
YOUNGMIN KIM
el 29 de Jul. de 2021
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!