template struct cv::cudev::SingleMaskChannels
#include <mask.hpp> template <class MaskPtr> struct SingleMaskChannels { // typedefs typedef PtrTraits<MaskPtr>::index_type index_type; typedef PtrTraits<MaskPtr>::value_type value_type; // fields int channels; MaskPtr mask; // methods __device__ __forceinline__ value_type operator()( index_type y, index_type x ) const; }; // direct descendants template <class MaskPtr> struct SingleMaskChannelsSz;