Home
last modified time | relevance | path

Searched refs:fThresh (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp1054 const float fThresh = 7.787f * 0.008856f + 16.0f / 116.0f; in operator ()() local
1072 if (X <= fThresh) in operator ()()
1077 if (Z <= fThresh) in operator ()()
/external/opencv3/modules/imgproc/src/opencl/
Dcvtcolor.cl1752 __constant float * coeffs, float lThresh, float fThresh)
1776 if (fxz[j] <= fThresh)
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/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp1669 const float fThresh = 7.787f * 0.008856f + 16.0f / 116.0f; in Lab2RGBConvert_f() local
1687 if (X <= fThresh) in Lab2RGBConvert_f()
1692 if (Z <= fThresh) in Lab2RGBConvert_f()
/external/opencv3/modules/imgproc/src/
Dcolor.cpp5253 static const float fThresh = 7.787f * 0.008856f + 16.0f / 116.0f; in operator ()() local
5275 if (fxz[j] <= fThresh) in operator ()()
7285 float fThresh = 7.787f * 0.008856f + 16.0f / 116.0f; in ocl_cvtColor() local
7295 coeffsarg, lThresh, fThresh); in ocl_cvtColor()
7297 k.args(srcarg, dstarg, coeffsarg, lThresh, fThresh); in ocl_cvtColor()