OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type > Struct Template Reference

#include <opencv2/core.hpp>

Collaboration diagram for cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type >:

Public Types

typedef std::underlying_type< _Tp >::type const_param_type
 
typedef std::underlying_type< _Tp >::type member_type
 

Static Public Attributes

static const Param type = Param::INT
 

Member Typedef Documentation

◆ const_param_type

template<typename _Tp >
typedef std::underlying_type<_Tp>::type cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type >::const_param_type

◆ member_type

template<typename _Tp >
typedef std::underlying_type<_Tp>::type cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type >::member_type

Member Data Documentation

◆ type

template<typename _Tp >
const Param cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type >::type = Param::INT
static

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