interpolation done without imresize
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Sean de Wolski
le 24 Jan 2013
I would use interp2 or griddedInterpolant.
doc interp2
doc griddedInterpolant
2 commentaires
Image Analyst
le 24 Jan 2013
"should not use any functions available on matlab."
Sean de Wolski
le 24 Jan 2013
Well technically griddedInterpolant is a class with methods ;)
Catégories
En savoir plus sur Interpolation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!