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 Center および File ExchangeGeometric 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