HomeSort by relevance Sort by last modified time
    Searched defs:Gray2RGB5x5 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 259 template <int green_bits> struct Gray2RGB5x5;
261 template <> struct Gray2RGB5x5<5>
271 template <> struct Gray2RGB5x5<6>
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 378 template<int green_bits> struct Gray2RGB5x5 : unary_function<uchar, ushort>
385 __host__ __device__ __forceinline__ Gray2RGB5x5() {}
386 __host__ __device__ __forceinline__ Gray2RGB5x5(const Gray2RGB5x5&) {}
393 typedef ::cv::cuda::device::color_detail::Gray2RGB5x5<green_bits> functor_type; \
    [all...]
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]

Completed in 6316 milliseconds