Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp110 template <typename T, int scn, int dcn, int bidx> struct RGB2RGB struct
125 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() function
126 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() argument
129 template <> struct RGB2RGB<uchar, 4, 4, 2> : unary_function<uint, uint> struct
143 __host__ __device__ __forceinline__ RGB2RGB() {} in RGB2RGB() function
144 __host__ __device__ __forceinline__ RGB2RGB(const RGB2RGB&) {} in RGB2RGB() function
151 typedef ::cv::cuda::device::color_detail::RGB2RGB<T, scn, dcn, bidx> functor_type; \ argument
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dcolor_cvt.hpp60 …template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2RGB<SrcDepth,…
/external/opencv3/modules/imgproc/src/
Dcolor.cpp547 template<typename _Tp> struct RGB2RGB struct
551RGB2RGB(int _srccn, int _dstcn, int _blueIdx) : srccn(_srccn), dstcn(_dstcn), blueIdx(_blueIdx) {} in RGB2RGB() argument
590 template<> struct RGB2RGB<uchar> struct
594 RGB2RGB(int _srccn, int _dstcn, int _blueIdx) : in RGB2RGB() argument
7424 CvtColorLoop(src, dst, RGB2RGB<uchar>(scn, dcn, bidx)); in cvtColor()
7427 CvtColorLoop(src, dst, RGB2RGB<ushort>(scn, dcn, bidx)); in cvtColor()
7429 CvtColorLoop(src, dst, RGB2RGB<float>(scn, dcn, bidx)); in cvtColor()
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp106 template <typename T, int scn, int dcn, int bidx> struct RGB2RGB struct