OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::SingleMaskChannelsSz< MaskPtr > Struct Template Reference

#include "mask.hpp"

Inheritance diagram for cv::cudev::SingleMaskChannelsSz< MaskPtr >:
Collaboration diagram for cv::cudev::SingleMaskChannelsSz< MaskPtr >:

Public Types

typedef PtrTraits< MaskPtr >::index_type index_type
 
typedef PtrTraits< MaskPtr >::value_type value_type
 

Public Member Functions

__device__ __forceinline__ value_type operator() (index_type y, index_type x) const
 

Public Attributes

int channels
 
int cols
 
MaskPtr mask
 
int rows
 

Member Typedef Documentation

template<class MaskPtr>
typedef PtrTraits<MaskPtr>::index_type cv::cudev::SingleMaskChannels< MaskPtr >::index_type
inherited
template<class MaskPtr>
typedef PtrTraits<MaskPtr>::value_type cv::cudev::SingleMaskChannels< MaskPtr >::value_type
inherited

Member Function Documentation

template<class MaskPtr>
__device__ __forceinline__ value_type cv::cudev::SingleMaskChannels< MaskPtr >::operator() ( index_type  y,
index_type  x 
) const
inlineinherited

Member Data Documentation

template<class MaskPtr>
int cv::cudev::SingleMaskChannels< MaskPtr >::channels
inherited
template<class MaskPtr>
int cv::cudev::SingleMaskChannelsSz< MaskPtr >::cols
template<class MaskPtr>
MaskPtr cv::cudev::SingleMaskChannels< MaskPtr >::mask
inherited
template<class MaskPtr>
int cv::cudev::SingleMaskChannelsSz< MaskPtr >::rows

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