interpolation done without imresize
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Sean de Wolski
il 24 Gen 2013
I would use interp2 or griddedInterpolant.
doc interp2
doc griddedInterpolant
2 Commenti
Image Analyst
il 24 Gen 2013
"should not use any functions available on matlab."
Sean de Wolski
il 24 Gen 2013
Well technically griddedInterpolant is a class with methods ;)
Categorie
Scopri di più su Interpolation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!