フィルターのクリア

how i can to rotate images

1 回表示 (過去 30 日間)
maram mig
maram mig 2016 年 3 月 9 日
編集済み: Explorer 2016 年 3 月 9 日
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 Center および File ExchangeImages についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by