Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp4237 struct HSV2RGB_f struct
4239 typedef float channel_type;
4241 HSV2RGB_f(int _dstcn, int _blueIdx, float _hrange) in HSV2RGB_f() function
4244 void operator()(const float* src, float* dst, int n) const in operator ()()
4295 int dstcn, blueIdx;
4296 float hscale;