Help with Cubic spline interpolation?

조회 수: 1 (최근 30일)
Emmanuel
Emmanuel 2014년 9월 18일
답변: Matt J 2014년 9월 18일
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?

채택된 답변

Matt J
Matt J 2014년 9월 18일
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개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by