필터 지우기
필터 지우기

how to rotate Image around its diameter?

조회 수: 1 (최근 30일)
Isee You
Isee You 2013년 6월 11일
i want to rotate image around its diameter (horizontal or vertical )not its center (clockwise ........)
with specific angel
  댓글 수: 1
Ahmed
Ahmed 2013년 6월 11일
편집: Ahmed 2013년 6월 11일
I think you intend to change the perspective from which the image is seen. Right? http://www.mathworks.com/matlabcentral/fileexchange/28581-imsurf-3d-images

댓글을 달려면 로그인하십시오.

답변 (2개)

Bjorn Gustavsson
Bjorn Gustavsson 2013년 6월 11일
It sounds like you want to do something like:
ImOut1 = fliplr(ImIn);
ImOut2 = flipud(ImIn);
ImOut3 = flipdim(ImIn,dim);
HTH
  댓글 수: 1
Isee You
Isee You 2013년 6월 11일
no
i want to rotate image with specific angel to look like i change the angel of camera horizontal but i still have the same image just it look change a little bit

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2013년 6월 11일
I don't understand what you want. Please create something, say in Photoshop or whatever and upload somewhere, such as http://snag.gy. In the meantime, what is wrong with imrotate()?
  댓글 수: 5
Bjorn Gustavsson
Bjorn Gustavsson 2013년 6월 12일
That's right, from one ordinary image it is not possible to determine if the object is small and close to the camera, or a larger-scaled object further away. To make your 3-d scene, that is the information you need.
Isee You
Isee You 2013년 6월 12일
OK thanks.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by