Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp4504 struct RGB2HLS_f struct
4506 typedef float channel_type;
4508 RGB2HLS_f(int _srccn, int _blueIdx, float _hrange) in RGB2HLS_f() function
4511 void operator()(const float* src, float* dst, int n) const in operator ()()
4553 int srccn, blueIdx;
4554 float hrange;