You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to calculate the angle of rotation from some images, and for that I am using your BaseSkewEstimation class. Here is a basic version of my code:
But when I run this code I keep getting really big errors as you can see on the following images:
-1.71 degrees -> Good result
2.29 degrees -> Bad result
0 degrees -> Ok... this can be just a confusion
0 degrees -> Bad result
This one is not even computed :/
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to calculate the angle of rotation from some images, and for that I am using your BaseSkewEstimation class. Here is a basic version of my code:
But when I run this code I keep getting really big errors as you can see on the following images:
-1.71 degrees -> Good result
2.29 degrees -> Bad result
0 degrees -> Ok... this can be just a confusion
0 degrees -> Bad result
This one is not even computed :/
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: