Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dutility.hpp104 struct MaskCollection struct
106 explicit __host__ __device__ __forceinline__ MaskCollection(PtrStepb* maskCollection_) in MaskCollection() argument
109 __device__ __forceinline__ MaskCollection(const MaskCollection& masks_) in MaskCollection() argument
112 __device__ __forceinline__ void next() in next()
116 __device__ __forceinline__ void setMask(int z) in setMask()
121 __device__ __forceinline__ bool operator()(int y, int x) const in operator ()()
127 const PtrStepb* maskCollection;
128 PtrStepb curMask;