开发者

How to do a Bspline image interpolation (2D/3D) using Matlab?

开发者 https://www.devze.com 2023-04-03 16:49 出处:网络
I am looking for a differentiable Bspline image interpolation implementation using Matlab. The build-in functions in Matlab can not interpolate the image with a differentiable interpolation.

I am looking for a differentiable Bspline image interpolation implementation using Matlab. The build-in functions in Matlab can not interpolate the image with a differentiable interpolation.

interp2(ix, iy, image开发者_开发技巧, ixt, iyt, 'linear', 0);
interp2(ix, iy, image, ixt, iyt, 'spline', 0);

Also the IMTRANSFORM is not capable of doing Bspline interpolation.

Any ideas please tell me. Thanks, Aaronne.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号