HomeSort by relevance Sort by last modified time
    Searched refs:RGB2HSV (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 210 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2HSV<SrcDepth, scn, dcn, bidx, 180> \
213 template <typename SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::RGB2HSV<SrcDepth, scn, dcn, bidx, 256> \
216 template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::RGB2HSV<float, scn, dcn, bidx, 360> \
219 template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::RGB2HSV<float, scn, dcn, bidx, 360> \
  /external/opencv3/modules/imgproc/test/ocl/
test_color.cpp 186 OCL_TEST_P(CvtColor8u32f, RGB2HSV) { performTest(3, 3, CVTCODE(RGB2HSV), IPP_EPS); }
188 OCL_TEST_P(CvtColor8u32f, RGBA2HSV) { performTest(4, 3, CVTCODE(RGB2HSV), IPP_EPS); }
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp     [all...]
  /external/opencv/cv/src/
_cvipp.h 538 IPCV_COLOR( RGB2HSV, RGBToHSV, 8u )
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 611 template <typename T, int scn, int dcn, int bidx, int hr> struct RGB2HSV;
613 template <int scn, int dcn, int bidx, int hr> struct RGB2HSV<uchar, scn, dcn, bidx, hr>
653 template <int scn, int dcn, int bidx, int hr> struct RGB2HSV<float, scn, dcn, bidx, hr>
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl     [all...]
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp 859 CUDA_TEST_P(CvtColor, RGB2HSV)
    [all...]

Completed in 344 milliseconds