内部辅助数据类

本节所列数据类型皆由swig生成,用于辅助映射C++标准库中的数据结构,不建议用户直接使用,具体请参考base.py、post.py及stream.py。

数据类型

功能

定义文件

SwigPyIterator

辅助映射c++ 中STL迭代器

base.py、post.py、stream.py

RectVector

辅助映射c++中std::vector<Rect>

base.py

ImageVector

辅助映射c++中std::vector<Image>

base.py

RectPair

辅助映射c++中std::pair<:Rect, Rect>

base.py

RectSizePair

辅助映射c++中std::pair<:Rect, Size>

base.py

RectSizePairVector

辅助映射c++中std::vector<std::pair<Rect, Size>>

base.py

TensorVector

辅助映射c++中std::vector<Tensor>

base.py、post.py

Uint32Vector

辅助映射c++中std::vector<uint32_t>

base.py

Uint32VectorVector

辅助映射c++中std::vector<vector<uint32_t>>

base.py

IntVector

辅助映射c++中std::vector<int>

base.py

IntVectorVector

辅助映射c++中std::vector<vector<int>>

base.py

StringVector

辅助映射c++中std::vector<std::string>

base.py、stream.py

SizePair

辅助映射c++中std::pair<MxBase::Size, MxBase::Size>

base.py

StringMap

辅助映射c++中std::map<std::string, std::string>

base.py、post.py、stream.py

IntFloatMap

辅助映射c++中std::map<int, float>

base.py

FloatVector

辅助映射c++中std::vector<float>

base.py

IntFloatVectorMap

辅助映射c++中std::map<int, vector<float>>

base.py

Uint8Vector

辅助映射c++中std::vector<uint8_t>

base.py

Uint8VectorVector

辅助映射c++中std::vector<vector<uint8_t>>

base.py

ResizedImageInfoVector

辅助映射c++中std::vector<ResizedImageInfo>

post.py

ObjectInfoVector

辅助映射c++中std::vector<ObjectInfo>

post.py

ClassInfoVector

辅助映射c++中std::vector<ClassInfo>

post.py

TextsInfoVector

辅助映射c++中std::vector<TextsInfo>

post.py

TextObjectInfoVector

辅助映射c++中std::vector<TextObjectInfo>

post.py

KeyPointDetectionInfoVector

辅助映射c++中std::vector<PyBase::KeyPointDetectionInfo>

post.py

SemanticSegInfoVector

辅助映射c++中std::vector<PyBase::SemanticSegInfo>

post.py

ObjectInfoVecVector

辅助映射c++中std::vector<vector<PyBase::ObjectInfo>>

post.py

ClassInfoVecVector

辅助映射c++中std::vector<vector<PyBase::ClassInfo>>

post.py

TextObjectInfoVecVector

辅助映射c++中std::vector<vector<PyBase::TextObjectInfo>>

post.py

KeyPointDetectionInfoVecVector

辅助映射c++中std::vector<vector<PyBase::KeyPointDetectionInfo>>

post.py

CropRoiBoxVector

辅助映射c++中std::vector<PyStream::CropRoiBox>

stream.py

MxDataInputVector

辅助映射c++中std::vector<PyStream::MxDataInput>

stream.py

MxDataOutputVector

辅助映射c++中std::vector<PyStream::MxDataOutput>

stream.py

MetadataInputVector

辅助映射c++中std::vector<PyStream::MetadataInput>

stream.py

MetadataOutputVector

辅助映射c++中std::vector<PyStream::MetadataOutput>

stream.py

PluginNodeVector

辅助映射c++中std::vector<PyStream::PluginNode>

stream.py