Holds the cached information of an object.
Definition at line 586 of file post_processor_struct.h.
Public Member Functions | |
NvDsPostProcessObjectInfo (const NvDsPostProcessObjectInfo &)=delete | |
NvDsPostProcessObjectInfo ()=default | |
~NvDsPostProcessObjectInfo () | |
Data Fields | |
std::vector< NvDsPostProcessAttribute > | attributes |
Vector of cached classification attributes. More... | |
std::string | label |
Cached string label. More... | |
|
delete |
|
default |
|
inline |
Definition at line 594 of file post_processor_struct.h.
References attributes.
std::vector<NvDsPostProcessAttribute> NvDsPostProcessObjectInfo::attributes |
Vector of cached classification attributes.
Definition at line 588 of file post_processor_struct.h.
Referenced by ~NvDsPostProcessObjectInfo().
std::string NvDsPostProcessObjectInfo::label |
Cached string label.
Definition at line 590 of file post_processor_struct.h.