struggling with shifting an image using non-integer offset
조회 수: 5 (최근 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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!