finding rotation of angle
1 回表示 (過去 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!