Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp4746 struct HLS2RGB_f struct
4748 typedef float channel_type;
4750 HLS2RGB_f(int _dstcn, int _blueIdx, float _hrange) in HLS2RGB_f() argument
4753 void operator()(const float* src, float* dst, int n) const in operator ()()
4805 int dstcn, blueIdx;
4806 float hscale;