how to rotate Image around its diameter?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i want to rotate image around its diameter (horizontal or vertical )not its center (clockwise ........)
with specific angel
1 commentaire
Réponses (2)
Bjorn Gustavsson
le 11 Juin 2013
It sounds like you want to do something like:
ImOut1 = fliplr(ImIn);
ImOut2 = flipud(ImIn);
ImOut3 = flipdim(ImIn,dim);
HTH
Image Analyst
le 11 Juin 2013
I don't understand what you want. Please create something, say in Photoshop or whatever and upload somewhere, such as http://snag.gy. In the meantime, what is wrong with imrotate()?
5 commentaires
Bjorn Gustavsson
le 12 Juin 2013
That's right, from one ordinary image it is not possible to determine if the object is small and close to the camera, or a larger-scaled object further away. To make your 3-d scene, that is the information you need.
Voir également
Catégories
En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!