Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5519 struct RGB2Luv_f struct
5523 RGB2Luv_f( int _srccn, int blueIdx, const float* _coeffs, in RGB2Luv_f() function
5860 RGB2Luv_f cvt;
8282 CvtColorLoop(src, dst, RGB2Luv_f(scn, bidx, 0, 0, srgb)); in cvtColor()