How to rotate a 2d moving image like a car?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Muneef
il 26 Nov 2013
Commentato: Walter Roberson
il 27 Nov 2013
hello every one i am facing problem in rotating my car's image when i press a key the car just move upwards without any rotation because velocity change.
7 Commenti
Walter Roberson
il 27 Nov 2013
Use the method I indicated in your duplicate of the question: create an hgtransform. http://www.mathworks.com/help/matlab/ref/makehgtform.html
Risposta accettata
Image Analyst
il 26 Nov 2013
The image must remain rectangular with the edges aligned with your computer screen. So to rotate a car within that image, you're going to have to use imrotate().
4 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Geometric Transformation and Image Registration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!