Holds the cached information of an object.
Definition at line 121 of file gstnvinfer.h.
Public Member Functions | |
GstNvInferObjectInfo (const GstNvInferObjectInfo &)=delete | |
GstNvInferObjectInfo ()=default | |
~GstNvInferObjectInfo () | |
Data Fields | |
std::vector< NvDsInferAttribute > | attributes |
Vector of cached classification attributes. More... | |
std::string | label |
Cached string label. More... | |
|
delete |
|
default |
|
inline |
Definition at line 129 of file gstnvinfer.h.
References attributes.
std::vector<NvDsInferAttribute> GstNvInferObjectInfo::attributes |
Vector of cached classification attributes.
Definition at line 123 of file gstnvinfer.h.
Referenced by ~GstNvInferObjectInfo().
std::string GstNvInferObjectInfo::label |
Cached string label.
Definition at line 125 of file gstnvinfer.h.