Does 'imresize' generate artificial pixel RGB values which are not contained in the original image?
Accepted Answer
2 Comments
The major issue with this method is aliasing(jagged edges).
This is because it uses the nearest neighbour and applies it's intensity value.
To address this you can either use better interpolation method or Use spatial domain image filtering
You can refer the link below for further explanation https://www.mathworks.com/help/vision/ug/interpolation-methods.html
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!