Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5593 struct Luv2RGB_f struct
5595 typedef float channel_type;
5597 Luv2RGB_f( int _dstcn, int blueIdx, const float* _coeffs, in Luv2RGB_f() function
5620 void operator()(const float* src, float* dst, int n) const in operator ()()
5665 int dstcn;
5666 float coeffs[9], un, vn;
5667 bool srgb;