Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp3132 template<typename _Tp> struct RGB2XYZ_f struct
3136 RGB2XYZ_f(int _srccn, int blueIdx, const float* _coeffs) : srccn(_srccn) in RGB2XYZ_f() argument
3169 struct RGB2XYZ_f<float> struct
3173 RGB2XYZ_f(int _srccn, int blueIdx, const float* _coeffs) : srccn(_srccn) in RGB2XYZ_f() function
3240 struct RGB2XYZ_f<float> struct
3244 RGB2XYZ_f(int _srccn, int blueIdx, const float* _coeffs) : srccn(_srccn) in RGB2XYZ_f() argument
7882 CvtColorLoop(src, dst, RGB2XYZ_f<float>(scn, bidx, 0)); in cvtColor()