OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::device::SingleMaskChannels Struct Reference

#include <utility.hpp>

Public Member Functions

__host__ __device__ __forceinline__ SingleMaskChannels (PtrStepb mask_, int channels_)
 
__host__ __device__ __forceinline__ SingleMaskChannels (const SingleMaskChannels &mask_)
 
__device__ __forceinline__ bool operator() (int y, int x) const
 

Public Attributes

PtrStepb mask
 
int channels
 

Constructor & Destructor Documentation

__host__ __device__ __forceinline__ cv::gpu::device::SingleMaskChannels::SingleMaskChannels ( PtrStepb  mask_,
int  channels_ 
)
inline
__host__ __device__ __forceinline__ cv::gpu::device::SingleMaskChannels::SingleMaskChannels ( const SingleMaskChannels mask_)
inline

Member Function Documentation

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

Member Data Documentation

int cv::gpu::device::SingleMaskChannels::channels
PtrStepb cv::gpu::device::SingleMaskChannels::mask

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