OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_RGB2XYZ_D65f
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp
519
__constant__ float
c_RGB2XYZ_D65f
[9] = { 0.412453f, 0.357580f, 0.180423f, 0.212671f, 0.715160f, 0.072169f, 0.019334f, 0.119193f, 0.950227f };
552
dst.x = r *
c_RGB2XYZ_D65f
[0] + g *
c_RGB2XYZ_D65f
[1] + b *
c_RGB2XYZ_D65f
[2];
553
dst.y = r *
c_RGB2XYZ_D65f
[3] + g *
c_RGB2XYZ_D65f
[4] + b *
c_RGB2XYZ_D65f
[5];
554
dst.z = r *
c_RGB2XYZ_D65f
[6] + g *
c_RGB2XYZ_D65f
[7] + b *
c_RGB2XYZ_D65f
[8]
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp
794
__constant__ float
c_RGB2XYZ_D65f
[9] = { 0.412453f, 0.357580f, 0.180423f, 0.212671f, 0.715160f, 0.072169f, 0.019334f, 0.119193f, 0.950227f };
[
all
...]
Completed in 41 milliseconds