Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp1705 template<typename _Tp> struct RGB2YCrCb_f struct
1707 typedef _Tp channel_type;
1709 RGB2YCrCb_f(int _srccn, int _blueIdx, const float* _coeffs) : srccn(_srccn), blueIdx(_blueIdx) in RGB2YCrCb_f() argument
1716 void operator()(const _Tp* src, _Tp* dst, int n) const in operator ()()
1730 int srccn, blueIdx;
1731 float coeffs[5];
1737 struct RGB2YCrCb_f<float> struct
1739 typedef float channel_type;
1741 RGB2YCrCb_f(int _srccn, int _blueIdx, const float* _coeffs) : in RGB2YCrCb_f() argument
1757 void operator()(const float * src, float * dst, int n) const in operator ()()
[all …]