Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp462 …template <typename T, int scn, int bidx> struct RGB2Gray : unary_function<typename TypeVec<T, scn>… struct
468 __host__ __device__ __forceinline__ RGB2Gray() {} in RGB2Gray() function
469 __host__ __device__ __forceinline__ RGB2Gray(const RGB2Gray&) {} in RGB2Gray() function
472 template <int bidx> struct RGB2Gray<uchar, 4, bidx> : unary_function<uint, uchar> struct
478 __host__ __device__ __forceinline__ RGB2Gray() {} in RGB2Gray() function
479 __host__ __device__ __forceinline__ RGB2Gray(const RGB2Gray&) {} in RGB2Gray() function
486 typedef ::cv::cuda::device::color_detail::RGB2Gray<T, scn, bidx> functor_type; \ argument
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dcolor_cvt.hpp76 …template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Gray<SrcDepth…
/external/opencv3/modules/imgproc/src/
Dcolor.cpp1252 template<typename _Tp> struct RGB2Gray struct
1256 RGB2Gray(int _srccn, int blueIdx, const float* _coeffs) : srccn(_srccn) in RGB2Gray() function
1275 template<> struct RGB2Gray<uchar> struct
1279 RGB2Gray(int _srccn, int blueIdx, const int* coeffs) : srccn(_srccn) in RGB2Gray() argument
1308 struct RGB2Gray<ushort> struct
1312 RGB2Gray(int _srccn, int blueIdx, const int* _coeffs) : in RGB2Gray() argument
1399 struct RGB2Gray<float> struct
1403 RGB2Gray(int _srccn, int blueIdx, const float* _coeffs) : srccn(_srccn) in RGB2Gray() argument
1469 struct RGB2Gray<ushort> struct
1473 RGB2Gray(int _srccn, int blueIdx, const int* _coeffs) : in RGB2Gray() function
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp305 template <typename T, int scn, int bidx> struct RGB2Gray struct
317 template <int scn, int bidx> struct RGB2Gray<float, scn, bidx> struct
/external/opencv3/modules/imgproc/src/opencl/
Dcvtcolor.cl133 __kernel void RGB2Gray(__global const uchar * srcptr, int src_step, int src_offset,