Searched refs:lThresh (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/imgproc/src/opencl/ |
D | cvtcolor.cl | 1752 __constant float * coeffs, float lThresh, float fThresh) 1761 if (li <= lThresh) 1802 __constant float * coeffs, float lThresh, float fThresh) 1830 coeffs, lThresh, fThresh); 1855 __constant float * coeffs, float lThresh, float fThresh) 1881 coeffs, lThresh, fThresh);
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
D | color_cvt.hpp | 1053 const float lThresh = 0.008856f * 903.3f; in operator ()() local 1058 if (src.x <= lThresh) in operator ()()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | color_detail.hpp | 1668 const float lThresh = 0.008856f * 903.3f; in Lab2RGBConvert_f() local 1673 if (src.x <= lThresh) in Lab2RGBConvert_f()
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 5252 static const float lThresh = 0.008856f * 903.3f; in operator ()() local 5261 if (li <= lThresh) in operator ()() 7284 float lThresh = 0.008856f * 903.3f; in ocl_cvtColor() local 7295 coeffsarg, lThresh, fThresh); in ocl_cvtColor() 7297 k.args(srcarg, dstarg, coeffsarg, lThresh, fThresh); in ocl_cvtColor()
|