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

  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 264 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2HLS<SrcDepth, scn, dcn, bidx, 180> \
267 template <typename SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::RGB2HLS<SrcDepth, scn, dcn, bidx, 256> \
270 template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::RGB2HLS<float, scn, dcn, bidx, 360> \
273 template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::RGB2HLS<float, scn, dcn, bidx, 360> \
  /external/opencv3/modules/imgproc/test/ocl/
test_color.cpp 216 OCL_TEST_P(CvtColor8u32f, RGB2HLS) { performTest(3, 3, CVTCODE(RGB2HLS), depth == CV_8U ? 1 : 1e-3); }
218 OCL_TEST_P(CvtColor8u32f, RGBA2HLS) { performTest(4, 3, CVTCODE(RGB2HLS), depth == CV_8U ? 1 : 1e-3); }
  /external/opencv/cv/src/
_cvipp.h 541 IPCV_COLOR( RGB2HLS, RGBToHLS, 8u )
542 IPCV_COLOR( RGB2HLS, RGBToHLS, 32f )
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp     [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp     [all...]
  /external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl     [all...]
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp 940 CUDA_TEST_P(CvtColor, RGB2HLS)
    [all...]

Completed in 42 milliseconds