OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_XYZ2sRGB_D65i
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp
[
all
...]
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp
563
__constant__ int
c_XYZ2sRGB_D65i
[9] = { 13273, -6296, -2042, -3970, 7684, 170, 228, -836, 4331 };
570
const int b = CV_CUDEV_DESCALE(src.x *
c_XYZ2sRGB_D65i
[6] + src.y *
c_XYZ2sRGB_D65i
[7] + src.z *
c_XYZ2sRGB_D65i
[8], xyz_shift);
571
const int g = CV_CUDEV_DESCALE(src.x *
c_XYZ2sRGB_D65i
[3] + src.y *
c_XYZ2sRGB_D65i
[4] + src.z *
c_XYZ2sRGB_D65i
[5], xyz_shift);
572
const int r = CV_CUDEV_DESCALE(src.x *
c_XYZ2sRGB_D65i
[0] + src.y *
c_XYZ2sRGB_D65i
[1] + src.z *
c_XYZ2sRGB_D65i
[2], xyz_shift)
[
all
...]
Completed in 36 milliseconds