How to calculate angle from homography
I use SURF to findHomography.
Now I need the angle of object.
How to do it?
Thanks a lot
Asked: 2015-12-09 07:32:56 -0600
Seen: 841 times
Last updated: Dec 09 '15
Here is the theory of Homoraphy estimation. What angle do you need?
I need the rotation angle of 2D
Maybe you can use fitEllipse, or maybe this is a duplicate?