該結構儲存以下型別之一的標量值(或陣列):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 & | 流, |
|
|
const DictValue & | dictv ) |
|
friend |
◆ pd
◆ pi
◆ ps
◆ pv
| void* cv::dnn::DictValue::pv |
此結構的文件由以下檔案生成