Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5070 struct RGB2Lab_b struct
5072 typedef uchar channel_type;
5074 RGB2Lab_b(int _srccn, int blueIdx, const float* _coeffs, in RGB2Lab_b() argument
5104 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()
5132 int srccn;
5133 int coeffs[9];
5134 bool srgb;