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 で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!