NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsAnalyticsObjInfo Struct Reference

Detailed Description

Holds a set of nvdsanalytics object level metadata.

Definition at line 50 of file nvds_analytics_meta.h.

Data Fields

std::vector< std::string > roiStatus
 Holds the array of ROI labels in which object is present. More...
 
std::vector< std::string > ocStatus
 Holds the array of OverCrowding labels in which object is present
More...
 
std::vector< std::string > lcStatus
 Holds the array of line crossing labels which object has crossed. More...
 
std::string dirStatus
 Holds the direction string for the tracked object. More...
 
guint unique_id
 Holds unique identifier for nvdsanalytics instance. More...
 
std::string objStatus
 Holds the status string for the tracked object. More...
 

Field Documentation

◆ dirStatus

std::string NvDsAnalyticsObjInfo::dirStatus

Holds the direction string for the tracked object.

Definition at line 59 of file nvds_analytics_meta.h.

◆ lcStatus

std::vector<std::string> NvDsAnalyticsObjInfo::lcStatus

Holds the array of line crossing labels which object has crossed.

Definition at line 57 of file nvds_analytics_meta.h.

◆ objStatus

std::string NvDsAnalyticsObjInfo::objStatus

Holds the status string for the tracked object.

Definition at line 63 of file nvds_analytics_meta.h.

◆ ocStatus

std::vector<std::string> NvDsAnalyticsObjInfo::ocStatus

Holds the array of OverCrowding labels in which object is present

Definition at line 55 of file nvds_analytics_meta.h.

◆ roiStatus

std::vector<std::string> NvDsAnalyticsObjInfo::roiStatus

Holds the array of ROI labels in which object is present.

Definition at line 53 of file nvds_analytics_meta.h.

◆ unique_id

guint NvDsAnalyticsObjInfo::unique_id

Holds unique identifier for nvdsanalytics instance.

Definition at line 61 of file nvds_analytics_meta.h.


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