この構造体は、次のいずれかの型のスカラー値(または配列)を格納する: double、cv::String、または int64。続き...
#include <opencv2/dnn/dict.hpp>
この構造体は、次のいずれかの型のスカラー値(または配列)を格納する: double、cv::String、または int64。
- TODOTodo
- double 型は少なくとも 2^52 個の整数を正確に格納するため、int64 は不要かもしれない。
◆ 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 |
この構造体詳解は次のファイルから抽出されました: