Interpolation in an image at specific query points
Afficher commentaires plus anciens
I am trying to interpolate an image of size 120x160 at specific query points. say R = [ r1,r2,r3,....rn]; C = [ c1,c2,c3,....cn]. I would like to interpolate the values at (r1,c1), (r2,c2)...(rn,cn) from the original image. I see that interp2, griddata,scatteredInterpolant, griddedInterpolant, seem to need a meshgrid of query points. Is there a way to estimate the interpolation at just these point (r,c)? If not, how do I convert such scattered points into a meshgrid?
Réponse acceptée
Plus de réponses (0)
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!