Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp2429 template<typename _Tp> struct YCrCb2RGB_f struct
2431 typedef _Tp channel_type;
2433 YCrCb2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in YCrCb2RGB_f() function
2439 void operator()(const _Tp* src, _Tp* dst, int n) const in operator ()()
2460 int dstcn, blueIdx;
2461 float coeffs[4];
2467 struct YCrCb2RGB_f<float> struct
2469 typedef float channel_type;
2471 YCrCb2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in YCrCb2RGB_f() function
2485 void operator()(const float* src, float* dst, int n) const in operator ()()
[all …]