Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5218 struct Lab2RGB_f struct
5220 typedef float channel_type;
5222 Lab2RGB_f( int _dstcn, int blueIdx, const float* _coeffs, in Lab2RGB_f() argument
5241 void operator()(const float* src, float* dst, int n) const in operator ()()
5302 int dstcn;
5303 float coeffs[9];
5304 bool srgb;