interpolation of intensity pictures with interp2 function.

1 次查看(过去 30 天)
Hi,
I have some intensity picture (see attached matrix in mat file). I have there picture of 40X40 pixels. First I want to rescale the picture to x=-10:0.5128:10; and y=-10:0.5128:10, then I want to do interpolation (with interp2) in the same scale but for example five times bigger resolution, i.e. x=-10:0.5128/5:10; y=-10:0.5128/5:10. This is actually what it's done with 3D pictures (https://www.mathworks.com/help/matlab/ref/interp2.html) but I want to do the same with intensity picture.
Thank you very much.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interpolating Gridded Data 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by