mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +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