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

  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 468 typedef cv::cudev::color_cvt_detail::RGB5x52Gray<green_bits> name ## _func;
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 421 template<int green_bits> struct RGB5x52Gray : unary_function<ushort, uchar>
427 __host__ __device__ __forceinline__ RGB5x52Gray() {}
428 __host__ __device__ __forceinline__ RGB5x52Gray(const RGB5x52Gray&) {}
435 typedef ::cv::cuda::device::color_detail::RGB5x52Gray<green_bits> functor_type; \
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 283 template <int green_bits> struct RGB5x52Gray;
285 template <> struct RGB5x52Gray<5>
294 template <> struct RGB5x52Gray<6>
    [all...]
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]

Completed in 2121 milliseconds