Rotate an image around a point

版本 1.3.0.0 (2.3 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