mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
![]() In some situations the last value was missing from the discrete theta values. Now, the last value is chosen such that it is close to the user-provided maximum theta, while the distance to pi remains always at least theta_step/2. This should avoid duplicate detections. A better way would probably be to use max_theta as is and adjust the resolution (theta_step) instead, such that the discretization would always be uniform (in a circular sense) when full angle range is used. |
||
---|---|---|
.. | ||
imgproc | ||
imgproc.hpp |