How to perform rotation of an image around it's center?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I want to rotate an image around it's center by the following steps: 1)Translate the image to the origin so that it's center is at (0,0) 2) Perform Rotation using some matrix 3) Translate back to it's original position
Thank you
0 comentarios
Respuestas (1)
Matt J
el 10 de Dic. de 2013
You can use this function in conjunction with imtransform()
0 comentarios
Ver también
Categorías
Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!