Borrar filtros
Borrar filtros

how i can to rotate images

1 visualización (últimos 30 días)
maram mig
maram mig el 9 de Mzo. de 2016
Editada: Explorer el 9 de Mzo. de 2016
help me in this assignment
  1 comentario
Adam
Adam el 9 de Mzo. de 2016
Editada: Adam el 9 de Mzo. de 2016
If you have Image Processing Toolbox
doc imrotate
If you don't then working with images is certainly less simple!

Iniciar sesión para comentar.

Respuesta aceptada

Explorer
Explorer el 9 de Mzo. de 2016
Editada: Explorer el 9 de Mzo. de 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

Más respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by