Rotate an image around a point

버전 1.3.0.0 (2.28 KB) 작성자: Jan Motl
Performs rotation of an image around any point inside of the image.
다운로드 수: 3.9K
업데이트 날짜: 2014/10/27

라이선스 보기

The rotation around a point is performed in following sequence:
1) Padding of the image.
2) Rotation of the image around the image's center with IMROTATE.
3) Cropping of the image.

인용 양식

Jan Motl (2024). Rotate an image around a point (https://www.mathworks.com/matlabcentral/fileexchange/40469-rotate-an-image-around-a-point), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Removed unnecessary Mac metainformation.

1.2.0.0

Removed dependency on deg2rad function.

1.1.0.0

Extended support from grayscale to RGB images. Swapped order of the parameters in imrotate function call.

1.0.0.0