Image Rotation
2 views (last 30 days)
Show older comments
I want to rotate an image through the rotation matrix whose center of rotation is variable.
0 Comments
Accepted Answer
Sean de Wolski
on 7 Jun 2012
doc maketform
doc imtransform
Or you could pad the image so that the center of rotation is the center, use imrotate and then unpad as necessary.
0 Comments
More Answers (1)
ahlem
on 7 Jun 2012
2 Comments
Sean de Wolski
on 7 Jun 2012
IMROTATE _can_ do expand the dimensions, yes. It also has a 'crop' option that maintains the original dimensions.
See Also
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!