HLS2RGB          1455 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         template <typename T, int scn, int dcn, int bidx, int hr> struct HLS2RGB
HLS2RGB          1471 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         template <int bidx, int hr> struct HLS2RGB<uchar, 4, 4, bidx, hr> : unary_function<uint, uint>
HLS2RGB          1501 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         typedef ::cv::cuda::device::color_detail::HLS2RGB<float, scn, dcn, bidx, 360> functor_type; \
HLS2RGB          1509 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp         typedef ::cv::cuda::device::color_detail::HLS2RGB<float, scn, dcn, bidx, 360> functor_type; \
HLS2RGB           852 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp     template <int scn, int dcn, int bidx, int hr> struct HLS2RGB<float, scn, dcn, bidx, hr>
HLS2RGB           902 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp     template <int scn, int dcn, int bidx, int hr> struct HLS2RGB<uchar, scn, dcn, bidx, hr>
HLS2RGB          1345 modules/imgproc/src/opencl/cvtcolor.cl __kernel void HLS2RGB(__global const uchar* src, int src_step, int src_offset,
HLS2RGB          1473 modules/imgproc/src/opencl/cvtcolor.cl __kernel void HLS2RGB(__global const uchar* srcptr, int src_step, int src_offset,