Home
last modified time | relevance | path

Searched defs:SingleMaskChannels (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dmask.hpp68 template <class MaskPtr> struct SingleMaskChannels struct
70 typedef typename PtrTraits<MaskPtr>::value_type value_type;
71 typedef typename PtrTraits<MaskPtr>::index_type index_type;
73 MaskPtr mask;
74 int channels;
76 __device__ __forceinline__ value_type operator()(index_type y, index_type x) const in operator ()()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dutility.hpp88 struct SingleMaskChannels struct
90 __host__ __device__ __forceinline__ SingleMaskChannels(PtrStepb mask_, int channels_) in SingleMaskChannels() argument
92 __host__ __device__ __forceinline__ SingleMaskChannels(const SingleMaskChannels& mask_) in SingleMaskChannels() argument
95 __device__ __forceinline__ bool operator()(int y, int x) const in operator ()()
100 PtrStepb mask;
101 int channels;