该结构体存储以下类型之一的标量值(或数组):double、cv::String 或 int64。 更多...
#include <opencv2/dnn/dict.hpp>
该结构体存储以下类型之一的标量值(或数组):double、cv::String 或 int64。
- 待办事项
- 也许 int64 是无用的,因为 double 类型恰好可以存储至少 2^52 个整数。
◆ DictValue() [1/8]
cv::dnn::DictValue::DictValue |
( |
const DictValue & |
r | ) |
|
◆ DictValue() [2/8]
cv::dnn::DictValue::DictValue |
( |
bool |
i | ) |
|
|
inlineexplicit |
◆ DictValue() [3/8]
cv::dnn::DictValue::DictValue |
( |
int64 |
i = 0 | ) |
|
|
inlineexplicit |
◆ DictValue() [4/8]
cv::dnn::DictValue::DictValue |
( |
int |
i | ) |
|
|
inlineexplicit |
◆ DictValue() [5/8]
cv::dnn::DictValue::DictValue |
( |
unsigned |
p | ) |
|
|
inlineexplicit |
◆ DictValue() [6/8]
cv::dnn::DictValue::DictValue |
( |
double |
p | ) |
|
|
inlineexplicit |
◆ DictValue() [7/8]
cv::dnn::DictValue::DictValue |
( |
const String & |
s | ) |
|
|
inlineexplicit |
◆ DictValue() [8/8]
cv::dnn::DictValue::DictValue |
( |
const char * |
s | ) |
|
|
inlineexplicit |
这是一个重载的成员函数,为了方便起见提供。它与上面的函数不同之处仅在于它接受的参数。
◆ ~DictValue()
cv::dnn::DictValue::~DictValue |
( |
| ) |
|
◆ arrayInt()
template<typename TypeIter >
static DictValue cv::dnn::DictValue::arrayInt |
( |
TypeIter |
begin, |
|
|
int |
size |
|
) |
| |
|
static |
◆ arrayReal()
template<typename TypeIter >
static DictValue cv::dnn::DictValue::arrayReal |
( |
TypeIter |
begin, |
|
|
int |
size |
|
) |
| |
|
static |
◆ arrayString()
template<typename TypeIter >
static DictValue cv::dnn::DictValue::arrayString |
( |
TypeIter |
begin, |
|
|
int |
size |
|
) |
| |
|
static |
◆ get()
template<typename T >
T cv::dnn::DictValue::get |
( |
int |
idx = -1 | ) |
const |
尝试将指定索引的数组元素转换为请求的类型并返回它。
◆ getIntValue()
int cv::dnn::DictValue::getIntValue |
( |
int |
idx = -1 | ) |
const |
◆ getRealValue()
double cv::dnn::DictValue::getRealValue |
( |
int |
idx = -1 | ) |
const |
◆ getStringValue()
String cv::dnn::DictValue::getStringValue |
( |
int |
idx = -1 | ) |
const |
◆ isInt()
bool cv::dnn::DictValue::isInt |
( |
| ) |
const |
◆ isReal()
bool cv::dnn::DictValue::isReal |
( |
| ) |
const |
◆ isString()
bool cv::dnn::DictValue::isString |
( |
| ) |
const |
◆ operator=()
◆ size()
int cv::dnn::DictValue::size |
( |
| ) |
const |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
stream, |
|
|
const DictValue & |
dictv |
|
) |
| |
|
friend |
◆ pd
◆ pi
◆ ps
◆ pv
void* cv::dnn::DictValue::pv |
该结构体的文档是从以下文件生成的