interpolation done without imresize
이전 댓글 표시
How to do nearest neighbor interpolation and bilinear interpolation on a gray scale image without using imresize? The code is supposed to mimic the operation of imresize but should not use any functions available on matlab.
채택된 답변
추가 답변 (1개)
Sean de Wolski
2013년 1월 24일
I would use interp2 or griddedInterpolant.
doc interp2
doc griddedInterpolant
댓글 수: 2
Image Analyst
2013년 1월 24일
"should not use any functions available on matlab."
Sean de Wolski
2013년 1월 24일
Well technically griddedInterpolant is a class with methods ;)
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!