Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp4120 struct RGB2HSV_b struct
4122 typedef uchar channel_type;
4124 RGB2HSV_b(int _srccn, int _blueIdx, int _hrange) in RGB2HSV_b() function
4130 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()
4184 int srccn, blueIdx, hrange;