RGB2HSV 1043 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <typename T, int scn, int dcn, int bidx, int hr> struct RGB2HSV RGB2HSV 1058 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int hr> struct RGB2HSV<uchar, 4, 4, bidx, hr> : unary_function<uint, uint> RGB2HSV 1088 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp typedef ::cv::cuda::device::color_detail::RGB2HSV<float, scn, dcn, bidx, 360> functor_type; \ RGB2HSV 1096 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp typedef ::cv::cuda::device::color_detail::RGB2HSV<float, scn, dcn, bidx, 360> functor_type; \ RGB2HSV 613 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp template <int scn, int dcn, int bidx, int hr> struct RGB2HSV<uchar, scn, dcn, bidx, hr> RGB2HSV 653 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp template <int scn, int dcn, int bidx, int hr> struct RGB2HSV<float, scn, dcn, bidx, hr> RGB2HSV 1033 modules/imgproc/src/opencl/cvtcolor.cl __kernel void RGB2HSV(__global const uchar* src, int src_step, int src_offset, RGB2HSV 1153 modules/imgproc/src/opencl/cvtcolor.cl __kernel void RGB2HSV(__global const uchar* srcptr, int src_step, int src_offset,