NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPostProcessObjectInfo Struct Reference

Detailed Description

Holds the cached information of an object.

Definition at line 558 of file post_processor_struct.h.

Public Member Functions

 NvDsPostProcessObjectInfo (const NvDsPostProcessObjectInfo &)=delete
 
 NvDsPostProcessObjectInfo ()=default
 
 ~NvDsPostProcessObjectInfo ()
 

Data Fields

std::vector< NvDsPostProcessAttributeattributes
 Vector of cached classification attributes. More...
 
std::string label
 Cached string label. More...
 

Constructor & Destructor Documentation

◆ NvDsPostProcessObjectInfo() [1/2]

NvDsPostProcessObjectInfo::NvDsPostProcessObjectInfo ( const NvDsPostProcessObjectInfo )
delete

◆ NvDsPostProcessObjectInfo() [2/2]

NvDsPostProcessObjectInfo::NvDsPostProcessObjectInfo ( )
default

◆ ~NvDsPostProcessObjectInfo()

NvDsPostProcessObjectInfo::~NvDsPostProcessObjectInfo ( )
inline

Definition at line 566 of file post_processor_struct.h.

References attributes.

Field Documentation

◆ attributes

std::vector<NvDsPostProcessAttribute> NvDsPostProcessObjectInfo::attributes

Vector of cached classification attributes.

Definition at line 560 of file post_processor_struct.h.

Referenced by ~NvDsPostProcessObjectInfo().

◆ label

std::string NvDsPostProcessObjectInfo::label

Cached string label.

Definition at line 562 of file post_processor_struct.h.


The documentation for this struct was generated from the following file: