OpenCV  2.4.13.3
Open Source Computer Vision
cv::gpu::device::MaskCollection Struct Reference

#include <utility.hpp>

Public Member Functions

__host__ __device__ __forceinline__ MaskCollection (PtrStepb *maskCollection_)
 
__device__ __forceinline__ MaskCollection (const MaskCollection &masks_)
 
__device__ __forceinline__ void next ()
 
__device__ __forceinline__ void setMask (int z)
 
__device__ __forceinline__ bool operator() (int y, int x) const
 

Public Attributes

const PtrStepbmaskCollection
 
PtrStepb curMask
 

Constructor & Destructor Documentation

§ MaskCollection() [1/2]

__host__ __device__ __forceinline__ cv::gpu::device::MaskCollection::MaskCollection ( PtrStepb maskCollection_)
inlineexplicit

§ MaskCollection() [2/2]

__device__ __forceinline__ cv::gpu::device::MaskCollection::MaskCollection ( const MaskCollection masks_)
inline

Member Function Documentation

§ next()

__device__ __forceinline__ void cv::gpu::device::MaskCollection::next ( )
inline

§ operator()()

__device__ __forceinline__ bool cv::gpu::device::MaskCollection::operator() ( int  y,
int  x 
) const
inline

§ setMask()

__device__ __forceinline__ void cv::gpu::device::MaskCollection::setMask ( int  z)
inline

Member Data Documentation

§ curMask

PtrStepb cv::gpu::device::MaskCollection::curMask

§ maskCollection

const PtrStepb* cv::gpu::device::MaskCollection::maskCollection

The documentation for this struct was generated from the following file: