Interpolation in an image at specific query points
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Interpolation 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!