Does intrp2 provide 'bicubic' interpolation ?

조회 수: 1 (최근 30일)
Seereen
Seereen 2019년 8월 2일
답변: dpb 2019년 8월 2일
I read the documentation for intrep2 function https://www.mathworks.com/help/matlab/ref/interp2.html.
They did not have bicubic explicity as an option in the function
So I am wondering if this function can compute the intreploation by bicubic method ?
Also what is the different between cubic and bicuic intrepolation in the images?
Thank you

답변 (1개)

dpb
dpb 2019년 8월 2일
The 'cubic' method for interp2 is bicubic; it just uses the word 'cubic' to keep consistency in interface with interp1
I don't know what the last question is in reference to, sorry...

카테고리

Help CenterFile Exchange에서 Orange에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by