struggling with shifting an image using non-integer offset
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
1 Kommentar
Akzeptierte Antwort
Matt J
am 12 Mai 2013
Use IMTRANSFORM, griddedInterpolant(), or INTERP2.
2 Kommentare
Bjorn Gustavsson
am 13 Mai 2013
You dont need to (:) xx, yy and Im just send them into interp2 as they are.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!