struggling with shifting an image using non-integer offset
1 回表示 (過去 30 日間)
古いコメントを表示
I am not sure I understand the fact that the image's resolution 1500x2000 (integer values) pixels and offset_X = -3.0314 and offset_Y = 1.2432.
How to go about shifting the image taking into account the offset?
採用された回答
Matt J
2013 年 5 月 12 日
Use IMTRANSFORM, griddedInterpolant(), or INTERP2.
2 件のコメント
Bjorn Gustavsson
2013 年 5 月 13 日
You dont need to (:) xx, yy and Im just send them into interp2 as they are.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!