NVIDIA DeepStream SDK API Reference

9.1 Release
GstNvInferObjectInfo Struct Reference

Detailed Description

Holds the cached information of an object.

Definition at line 128 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 136 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 136 of file 9.1/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 130 of file sources/gst-plugins/gst-nvinfer/gstnvinfer.h.

Referenced by ~GstNvInferObjectInfo().

◆ label

std::string GstNvInferObjectInfo::label

Cached string label.

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


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