mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
d4741eece1
In case of very small negative h (e.g. -1e-40), with the current implementation, you will go through the first condition and end up with h = 6.f, and will miss the second condition.