How to shrink an image without using imresize function in matlab
Mostrar comentarios más antiguos
I've found some methods to enlarge an image but there is no solution to shrink an image.I use Nearest Neighbor method. How could I do that without using imresize function in matlab?
2 comentarios
What is wrong with imresize ? According to the documentation it will also shrink images, and you can choose the interpolation method (which is relevant for any scaling that is not a whole-number scaling). Not only that it includes anti-aliasing controls and other handy features...
sm shafaei
el 1 de Oct. de 2014
Respuestas (1)
Sean de Wolski
el 1 de Oct. de 2014
doc interp2
Categorías
Más información sobre Nearest Neighbors en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!