image rotation with equations?
Mostra commenti meno recenti
xrot = x*cos(θ) − y*sin(θ)
yrot = x*sin(θ) + y*cos(θ)
hold for images as well. can i rotate image with them?
Risposta accettata
Più risposte (1)
Matt J
il 27 Nov 2013
0 voti
You could, when you incorporate them into imtransform(). But it would be easier just to use imrotate().
Categorie
Scopri di più su Geometric Transformation and Image Registration in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!