image rotation with equations?
古いコメントを表示
xrot = x*cos(θ) − y*sin(θ)
yrot = x*sin(θ) + y*cos(θ)
hold for images as well. can i rotate image with them?
採用された回答
その他の回答 (1 件)
Matt J
2013 年 11 月 27 日
0 投票
You could, when you incorporate them into imtransform(). But it would be easier just to use imrotate().
カテゴリ
ヘルプ センター および File Exchange で Geometric Transformation and Image Registration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!