mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 22:03:04 +04:00
53652a6194
The MinEigenVal path through the corner.cl kernel makes use of native_sqrt, a math builtin function which has implementation defined accuracy. Partially addresses issue #9821