Relax accuracy requirement on OpenCL MinEigenVal corner kernel test.
authorAaron Greig <aaron.greig@codeplay.com>
Fri, 26 Mar 2021 12:11:49 +0000 (12:11 +0000)
committerAaron Greig <aaron.greig@codeplay.com>
Mon, 29 Mar 2021 11:06:02 +0000 (12:06 +0100)
commit53652a6194a18715ba9bad4099541d1261900870
tree47003cf7ee06390bc6b45827d90b99e33e84eb9e
parent3e48a91d972e6cfce413a7dd7308cbff5b27fe61
Relax accuracy requirement on OpenCL MinEigenVal corner kernel test.

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
modules/imgproc/test/ocl/test_imgproc.cpp