Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp1142 const float _vn = 13 * (9 * _d); in operator ()() local
1211 const float _vn = 9 * _d; in operator ()() local
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp1785 const float _vn = 13 * (9 * _d); in RGB2LuvConvert_f() local
1880 const float _vn = 9 * _d; in Luv2RGBConvert_f() local
/external/opencv3/modules/imgproc/src/
Dcolor.cpp5559 float _un = 13*un, _vn = 13*vn; in operator ()() local
5629 float _un = un, _vn = vn; in operator ()() local