struggling with shifting an image using non-integer offset
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Risposta accettata
Matt J
il 12 Mag 2013
Use IMTRANSFORM, griddedInterpolant(), or INTERP2.
2 Commenti
Bjorn Gustavsson
il 13 Mag 2013
You dont need to (:) xx, yy and Im just send them into interp2 as they are.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!