NVIDIA DeepStream SDK API Reference

9.0 Release
GstNvInferObjectInfo Struct Reference

Detailed Description

Holds the cached information of an object.

Definition at line 123 of file sources/gst-plugins/gst-nvinfer/gstnvinfer.h.

Public Member Functions

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

Data Fields

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

Constructor & Destructor Documentation

◆ GstNvInferObjectInfo() [1/4]

GstNvInferObjectInfo::GstNvInferObjectInfo ( const GstNvInferObjectInfo )
delete

◆ GstNvInferObjectInfo() [2/4]

GstNvInferObjectInfo::GstNvInferObjectInfo ( )
default

◆ ~GstNvInferObjectInfo() [1/2]

GstNvInferObjectInfo::~GstNvInferObjectInfo ( )
inline

Definition at line 131 of file sources/gst-plugins/gst-nvinfer/gstnvinfer.h.

References attributes.

◆ GstNvInferObjectInfo() [3/4]

GstNvInferObjectInfo::GstNvInferObjectInfo ( const GstNvInferObjectInfo )
delete

◆ GstNvInferObjectInfo() [4/4]

GstNvInferObjectInfo::GstNvInferObjectInfo ( )
default

◆ ~GstNvInferObjectInfo() [2/2]

GstNvInferObjectInfo::~GstNvInferObjectInfo ( )
inline

Definition at line 131 of file 9.0/sources/gst-plugins/gst-nvinfer/gstnvinfer.h.

References attributes.

Field Documentation

◆ attributes

std::vector< NvDsInferAttribute > GstNvInferObjectInfo::attributes

Vector of cached classification attributes.

Definition at line 125 of file sources/gst-plugins/gst-nvinfer/gstnvinfer.h.

Referenced by ~GstNvInferObjectInfo().

◆ label

std::string GstNvInferObjectInfo::label

Cached string label.

Definition at line 127 of file sources/gst-plugins/gst-nvinfer/gstnvinfer.h.


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