OpenCV 4.13.0
开源计算机视觉库 (Open Source Computer Vision)
正在加载...
正在搜索...
未找到匹配项
cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type > 结构模板引用

#include <opencv2/core.hpp>

cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type > 的协作图

公开类型

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

静态公开属性

static const Param type = Param::INT
 

成员类型定义说明

◆ const_param_type

template<typename _Tp >
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 >
std::underlying_type<_Tp>::type cv::ParamType< _Tp, typename std::enable_if< std::is_enum< _Tp >::value >::type >::member_type

成员数据文档

◆ type

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

此结构体的文档是从以下文件生成的