How does imresize 'Antialiasing' work?
Show older comments
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 Comments
Star Strider
on 29 Jul 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
on 29 Jul 2021
Accepted Answer
More Answers (1)
Image Analyst
on 29 Jul 2021
1 vote
It probably blurs the image slightly.
1 Comment
YOUNGMIN KIM
on 29 Jul 2021
Categories
Find more on MATLAB 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!