OpenCV  3.2.0
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::cudev::SingleMaskChannels< MaskPtr > Struct Template Reference

#include "mask.hpp"

Inheritance diagram for cv::cudev::SingleMaskChannels< MaskPtr >:
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
 
MaskPtr mask
 

Member Typedef Documentation

§ index_type

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

§ value_type

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

Member Function Documentation

§ operator()()

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

Member Data Documentation

§ channels

template<class MaskPtr >
int cv::cudev::SingleMaskChannels< MaskPtr >::channels

§ mask

template<class MaskPtr >
MaskPtr cv::cudev::SingleMaskChannels< MaskPtr >::mask

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