image rotation with equations?
Mostrar comentarios más antiguos
xrot = x*cos(θ) − y*sin(θ)
yrot = x*sin(θ) + y*cos(θ)
hold for images as well. can i rotate image with them?
Respuesta aceptada
Más respuestas (1)
Matt J
el 27 de Nov. de 2013
0 votos
You could, when you incorporate them into imtransform(). But it would be easier just to use imrotate().
Categorías
Más información sobre Geometric Transformation and Image Registration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!