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

  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 76 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Gray<SrcDepth, scn, bidx> \
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 462 template <typename T, int scn, int bidx> struct RGB2Gray : unary_function<typename TypeVec<T, scn>::vec_type, T>
468 __host__ __device__ __forceinline__ RGB2Gray() {}
469 __host__ __device__ __forceinline__ RGB2Gray(const RGB2Gray&) {}
472 template <int bidx> struct RGB2Gray<uchar, 4, bidx> : unary_function<uint, uchar>
478 __host__ __device__ __forceinline__ RGB2Gray() {}
479 __host__ __device__ __forceinline__ RGB2Gray(const RGB2Gray&) {}
486 typedef ::cv::cuda::device::color_detail::RGB2Gray<T, scn, bidx> functor_type; \
    [all...]
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 305 template <typename T, int scn, int bidx> struct RGB2Gray
317 template <int scn, int bidx> struct RGB2Gray<float, scn, bidx>
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl 133 __kernel void RGB2Gray(__global const uchar * srcptr, int src_step, int src_offset,
    [all...]

Completed in 3491 milliseconds