Azzera filtri
Azzera filtri

how i can to rotate images

1 visualizzazione (ultimi 30 giorni)
maram mig
maram mig il 9 Mar 2016
Modificato: Explorer il 9 Mar 2016
help me in this assignment
  1 Commento
Adam
Adam il 9 Mar 2016
Modificato: Adam il 9 Mar 2016
If you have Image Processing Toolbox
doc imrotate
If you don't then working with images is certainly less simple!

Accedi per commentare.

Risposta accettata

Explorer
Explorer il 9 Mar 2016
Modificato: Explorer il 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

Più risposte (0)

Categorie

Scopri di più su Images 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!

Translated by