Searched refs:YCrCb2RGB_i (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 2651 template<typename _Tp> struct YCrCb2RGB_i struct 2655 YCrCb2RGB_i(int _dstcn, int _blueIdx, const int* _coeffs) in YCrCb2RGB_i() function 2692 struct YCrCb2RGB_i<uchar> struct 2696 YCrCb2RGB_i(int _dstcn, int _blueIdx, const int* _coeffs) in YCrCb2RGB_i() function 2797 struct YCrCb2RGB_i<ushort> struct 2801 YCrCb2RGB_i(int _dstcn, int _blueIdx, const int* _coeffs) in YCrCb2RGB_i() function 2939 struct YCrCb2RGB_i<uchar> struct 2943 YCrCb2RGB_i(int _dstcn, int _blueIdx, const int* _coeffs) in YCrCb2RGB_i() function 7820 CvtColorLoop(src, dst, YCrCb2RGB_i<uchar>(dcn, bidx, coeffs_i)); in cvtColor() 7822 CvtColorLoop(src, dst, YCrCb2RGB_i<ushort>(dcn, bidx, coeffs_i)); in cvtColor()
|