Searched defs:YCrCb2RGB_i (Results 1 – 1 of 1) sorted by relevance
2651 template<typename _Tp> struct YCrCb2RGB_i struct2653 typedef _Tp channel_type;2655 YCrCb2RGB_i(int _dstcn, int _blueIdx, const int* _coeffs) in YCrCb2RGB_i() argument2662 void operator()(const _Tp* src, _Tp* dst, int n) const in operator ()()2685 int dstcn, blueIdx;2686 int coeffs[4];2692 struct YCrCb2RGB_i<uchar> struct2694 typedef uchar channel_type;2696 YCrCb2RGB_i(int _dstcn, int _blueIdx, const int* _coeffs) in YCrCb2RGB_i() argument2711 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()[all …]