image rotation with equations?
Afficher commentaires plus anciens
xrot = x*cos(θ) − y*sin(θ)
yrot = x*sin(θ) + y*cos(θ)
hold for images as well. can i rotate image with them?
Réponse acceptée
Plus de réponses (1)
Matt J
le 27 Nov 2013
0 votes
You could, when you incorporate them into imtransform(). But it would be easier just to use imrotate().
Catégories
En savoir plus sur Geometric Transformation and Image Registration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!