how i can to rotate images

1 次查看(过去 30 天)
help me in this assignment
  1 个评论
Adam
Adam 2016-3-9
编辑:Adam 2016-3-9
If you have Image Processing Toolbox
doc imrotate
If you don't then working with images is certainly less simple!

请先登录,再进行评论。

采纳的回答

Explorer
Explorer 2016-3-9
编辑:Explorer 2016-3-9
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by