how i can to rotate images

1 vue (au cours des 30 derniers jours)
maram mig
maram mig le 9 Mar 2016
Modifié(e) : Explorer le 9 Mar 2016
help me in this assignment
  1 commentaire
Adam
Adam le 9 Mar 2016
Modifié(e) : Adam le 9 Mar 2016
If you have Image Processing Toolbox
doc imrotate
If you don't then working with images is certainly less simple!

Connectez-vous pour commenter.

Réponse acceptée

Explorer
Explorer le 9 Mar 2016
Modifié(e) : Explorer le 9 Mar 2016
Let's say the name of the image is flower.jpg
img=imread('flower.jpg'); % Reads image
rot_img=imrotate(img,90); % Rotates image
imshow(rot_img) % show image

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by