Searched defs:HSV2RGB (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | color_detail.hpp | 1182 template <typename T, int scn, int dcn, int bidx, int hr> struct HSV2RGB struct 1185 … typename TypeVec<T, dcn>::vec_type operator()(const typename TypeVec<T, scn>::vec_type& src) const in operator ()() 1194 __host__ __device__ __forceinline__ HSV2RGB() {} in HSV2RGB() function 1195 __host__ __device__ __forceinline__ HSV2RGB(const HSV2RGB&) {} in HSV2RGB() function 1198 … template <int bidx, int hr> struct HSV2RGB<uchar, 4, 4, bidx, hr> : unary_function<uint, uint> struct 1204 __host__ __device__ __forceinline__ HSV2RGB() {} in HSV2RGB() function 1205 __host__ __device__ __forceinline__ HSV2RGB(const HSV2RGB&) {} in HSV2RGB() function 1212 typedef ::cv::cuda::device::color_detail::HSV2RGB<T, scn, dcn, bidx, 180> functor_type; \
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
D | color_cvt.hpp | 698 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<float, scn, dcn, bidx, hr> struct 701 …typename MakeVec<float, dcn>::type operator ()(const typename MakeVec<float, scn>::type& src) const in operator ()() 748 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<uchar, scn, dcn, bidx, hr> struct 751 …typename MakeVec<uchar, dcn>::type operator ()(const typename MakeVec<uchar, scn>::type& src) const in operator ()()
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_color.cpp | 198 OCL_TEST_P(CvtColor8u32f, HSV2RGB) { performTest(3, 3, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1)… in OCL_TEST_P() argument
|
/external/opencv3/modules/cudaimgproc/test/ |
D | test_color.cpp | 1022 CUDA_TEST_P(CvtColor, HSV2RGB) in CUDA_TEST_P() argument
|