Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp1898 template<typename _Tp> struct RGB2YCrCb_i struct
1900 typedef _Tp channel_type;
1902 RGB2YCrCb_i(int _srccn, int _blueIdx, const int* _coeffs) in RGB2YCrCb_i() function
1909 void operator()(const _Tp* src, _Tp* dst, int n) const in operator ()()
1925 int srccn, blueIdx;
1926 int coeffs[5];
1932 struct RGB2YCrCb_i<uchar> struct
1934 typedef uchar channel_type;
1936 RGB2YCrCb_i(int _srccn, int _blueIdx, const int* _coeffs) in RGB2YCrCb_i() argument
1953 void operator()(const uchar * src, uchar * dst, int n) const in operator ()()
[all …]