NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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...
 

Field Documentation

std::string NvDsAnalyticsObjInfo::dirStatus

Holds the direction string for the tracked object.

Definition at line 59 of file nvds_analytics_meta.h.

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.

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.

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.

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: