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!