Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp3132 template<typename _Tp> struct RGB2XYZ_f struct
3134 typedef _Tp channel_type;
3136 RGB2XYZ_f(int _srccn, int blueIdx, const float* _coeffs) : srccn(_srccn) in RGB2XYZ_f() function
3146 void operator()(const _Tp* src, _Tp* dst, int n) const in operator ()()
3162 int srccn;
3163 float coeffs[9];
3169 struct RGB2XYZ_f<float> struct
3171 typedef float channel_type;
3173 RGB2XYZ_f(int _srccn, int blueIdx, const float* _coeffs) : srccn(_srccn) in RGB2XYZ_f() argument
3194 void operator()(const float* src, float* dst, int n) const in operator ()()
[all …]