interpolation done without imresize
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 24 de En. de 2013
I would use interp2 or griddedInterpolant.
doc interp2
doc griddedInterpolant
2 comentarios
Image Analyst
el 24 de En. de 2013
"should not use any functions available on matlab."
Sean de Wolski
el 24 de En. de 2013
Well technically griddedInterpolant is a class with methods ;)
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!