finding rotation of angle
조회 수: 2 (최근 30일)
이전 댓글 표시
i have 2 images,one is say" dock.jpg"image and the second is same image ,but rotated 45 or some other angle.is it possible to say that the second image is how much rotated in angle from first,
please help
the image is grayscale
its size is 128x128
댓글 수: 0
답변 (2개)
Elad
2012년 2월 3일
you can use imrotate() running over angles and subtract the result with the original image until you get a zero matrix.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!