Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp4188 struct RGB2HSV_f struct
4190 typedef float channel_type;
4192 RGB2HSV_f(int _srccn, int _blueIdx, float _hrange) in RGB2HSV_f() function
4195 void operator()(const float* src, float* dst, int n) const in operator ()()
4232 int srccn, blueIdx;
4233 float hrange;