필터 지우기
필터 지우기

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 CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by