How to shrink an image without using imresize function in matlab
이전 댓글 표시
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
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
2014년 10월 1일
답변 (1개)
Sean de Wolski
2014년 10월 1일
doc interp2
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!