Home
last modified time | relevance | path

Searched refs:RGB5x52Gray (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp421 template<int green_bits> struct RGB5x52Gray : unary_function<ushort, uchar> struct
427 __host__ __device__ __forceinline__ RGB5x52Gray() {} in RGB5x52Gray() function
428 __host__ __device__ __forceinline__ RGB5x52Gray(const RGB5x52Gray&) {} in RGB5x52Gray() function
435 typedef ::cv::cuda::device::color_detail::RGB5x52Gray<green_bits> functor_type; \ argument
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dcolor_cvt.hpp468 typedef cv::cudev::color_cvt_detail::RGB5x52Gray<green_bits> name ## _func;
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp283 template <int green_bits> struct RGB5x52Gray;
285 template <> struct RGB5x52Gray<5> struct
294 template <> struct RGB5x52Gray<6> struct
/external/opencv3/modules/imgproc/src/
Dcolor.cpp1081 struct RGB5x52Gray struct
1085 RGB5x52Gray(int _greenBits) : greenBits(_greenBits) in RGB5x52Gray() argument
7631 CvtColorLoop(src, dst, RGB5x52Gray(code == CV_BGR5652GRAY ? 6 : 5)); in cvtColor()