Searched defs:RGB2XYZ_f (Results 1 – 1 of 1) sorted by relevance
3132 template<typename _Tp> struct RGB2XYZ_f struct3134 typedef _Tp channel_type;3136 RGB2XYZ_f(int _srccn, int blueIdx, const float* _coeffs) : srccn(_srccn) in RGB2XYZ_f() function3146 void operator()(const _Tp* src, _Tp* dst, int n) const in operator ()()3162 int srccn;3163 float coeffs[9];3169 struct RGB2XYZ_f<float> struct3171 typedef float channel_type;3173 RGB2XYZ_f(int _srccn, int blueIdx, const float* _coeffs) : srccn(_srccn) in RGB2XYZ_f() argument3194 void operator()(const float* src, float* dst, int n) const in operator ()()[all …]