RGB2HLS          1316 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         template <typename T, int scn, int dcn, int bidx, int hr> struct RGB2HLS
RGB2HLS          1331 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         template <int bidx, int hr> struct RGB2HLS<uchar, 4, 4, bidx, hr> : unary_function<uint, uint>
RGB2HLS          1361 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         typedef ::cv::cuda::device::color_detail::RGB2HLS<float, scn, dcn, bidx, 360> functor_type; \
RGB2HLS          1369 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         typedef ::cv::cuda::device::color_detail::RGB2HLS<float, scn, dcn, bidx, 360> functor_type; \
RGB2HLS           777 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp     template <int scn, int dcn, int bidx, int hr> struct RGB2HLS<float, scn, dcn, bidx, hr>
RGB2HLS           822 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp     template <int scn, int dcn, int bidx, int hr> struct RGB2HLS<uchar, scn, dcn, bidx, hr>