Will imrotate preserve scale?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Andrew Bazyk
il 2 Mar 2014
Risposto: Image Analyst
il 2 Mar 2014
If I have an image with a scale of 10 pixels/1mm , will this scale be preserved after rotating with imrotate?
0 Commenti
Risposta accettata
Image Analyst
il 2 Mar 2014
Yes, as long as your pixels are "square" meaning that the spacing between pixel centers in the row and column directions on the sensor are identical. I believe this is the most common situation. If they're not equally spaced horizontally and vertically, then you're going to have a shear and the image will look sort of warped.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Geometric Transformation and Image Registration 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!