Will imrotate preserve scale?
2 views (last 30 days)
Show older comments
Andrew Bazyk
on 2 Mar 2014
Answered: Image Analyst
on 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 Comments
Accepted Answer
Image Analyst
on 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 Comments
More Answers (0)
See Also
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!