05-13-2019 11:55 AM - edited 05-13-2019 11:56 AM
The angle tolerance has a minimum?
Somehow it's not documented.
It's embarrassing to learn this kind of error from the user.
05-16-2019 10:54 AM
Hey Zou,
You're right that minimum isn't documented in our help files.
When you are getting to the 1000th decimal value the difference in angle becomes so minimal and combined with the pixels available in your image the angle of rotation returned isn't accurate bellow the 1000th decimal value.
Why does your application need to get a lower angle tolerance? What image size are you working with?
05-16-2019 12:14 PM
That parameter is a calculated value. Depends on a few parameters. When one of them doesn't set properly, the calculated value becomes 0. That's when the error show up.
I know what the angle should be (it almost a vertical line). It should never over 90 degree. Any points cause the angle over 90 degree should be threw away.
Image size is not relevant.