Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5519 struct RGB2Luv_f struct
5521 typedef float channel_type;
5523 RGB2Luv_f( int _srccn, int blueIdx, const float* _coeffs, in RGB2Luv_f() function
5551 void operator()(const float* src, float* dst, int n) const in operator ()()
5587 int srccn;
5588 float coeffs[9], un, vn;
5589 bool srgb;