Public Member Functions | Public Attributes | List of all members
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_ 
)
__host__ __device__ __forceinline__ cv::gpu::device::SingleMaskChannels::SingleMaskChannels ( const SingleMaskChannels mask_)

Member Function Documentation

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

Member Data Documentation

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

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