Help with Cubic spline interpolation?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Emmanuel
el 18 de Sept. de 2014
Respondida: Matt J
el 18 de Sept. de 2014
If I am going to have an block of pixels from image f, and my image g should be interpolated using cubic splines. How do I got about it? What does a cubic spline interpolation do to an image?
0 comentarios
Respuesta aceptada
Matt J
el 18 de Sept. de 2014
You can use interp2 with the 'spline' input option. You could also use griddedInterpolant in a similar way, and that would be better if you're going to be doing interpolations of the same image multiple times.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!