/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
color_cvt.hpp | 237 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::HSV2RGB<SrcDepth, scn, dcn, bidx, 180> \ 240 template <typename SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::HSV2RGB<SrcDepth, scn, dcn, bidx, 255> \ 243 template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::HSV2RGB<float, scn, dcn, bidx, 360> \ 246 template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::HSV2RGB<float, scn, dcn, bidx, 360> \
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_color.cpp | 198 OCL_TEST_P(CvtColor8u32f, HSV2RGB) { performTest(3, 3, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1); } 200 OCL_TEST_P(CvtColor8u32f, HSV2RGBA) { performTest(3, 4, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1); }
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
color_detail.hpp | [all...] |
/external/opencv/cv/src/ |
_cvipp.h | 539 IPCV_COLOR( HSV2RGB, HSVToRGB, 8u ) [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
color_cvt.hpp | 696 template <typename T, int scn, int dcn, int bidx, int hr> struct HSV2RGB; 698 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<float, scn, dcn, bidx, hr> 748 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<uchar, scn, dcn, bidx, hr> [all...] |
/external/opencv3/modules/imgproc/src/opencl/ |
cvtcolor.cl | [all...] |
/external/opencv3/modules/cudaimgproc/test/ |
test_color.cpp | 1022 CUDA_TEST_P(CvtColor, HSV2RGB) [all...] |