Home
last modified time | relevance | path

Searched refs:Gray2RGB (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp316 …template <typename T, int dcn> struct Gray2RGB : unary_function<T, typename TypeVec<T, dcn>::vec_t… struct
327 __host__ __device__ __forceinline__ Gray2RGB() {} in Gray2RGB() function
328 __host__ __device__ __forceinline__ Gray2RGB(const Gray2RGB&) {} in Gray2RGB() function
331 template <> struct Gray2RGB<uchar, 4> : unary_function<uchar, uint> struct
343 __host__ __device__ __forceinline__ Gray2RGB() {} in Gray2RGB() function
344 __host__ __device__ __forceinline__ Gray2RGB(const Gray2RGB&) {} in Gray2RGB() function
351 typedef ::cv::cuda::device::color_detail::Gray2RGB<T, dcn> functor_type; \ argument
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dcolor_cvt.hpp90 …template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::Gray2RGB<SrcDepth…
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp243 template <typename T, int dcn> struct Gray2RGB struct
/external/opencv3/modules/imgproc/src/
Dcolor.cpp933 struct Gray2RGB struct
937 Gray2RGB(int _dstcn) : dstcn(_dstcn) {} in Gray2RGB() argument
7671 CvtColorLoop(src, dst, Gray2RGB<uchar>(dcn)); in cvtColor()
7674 CvtColorLoop(src, dst, Gray2RGB<ushort>(dcn)); in cvtColor()
7676 CvtColorLoop(src, dst, Gray2RGB<float>(dcn)); in cvtColor()
/external/opencv3/modules/imgproc/src/opencl/
Dcvtcolor.cl166 __kernel void Gray2RGB(__global const uchar * srcptr, int src_step, int src_offset,