NVIDIA DeepStream SDK API Reference

6.4 Release
OverCrowdingInfo Struct Reference

Detailed Description

Definition at line 49 of file nvds_analytics.h.

Data Fields

bool enable
 
std::vector< std::pair< int, int > > roi_pts
 
std::string oc_label
 
std::vector< int > operate_on_class
 
int stream_id
 
int time_threshold_in_ms
 
int object_threshold
 

Field Documentation

◆ enable

bool OverCrowdingInfo::enable

Definition at line 50 of file nvds_analytics.h.

◆ object_threshold

int OverCrowdingInfo::object_threshold

Definition at line 56 of file nvds_analytics.h.

◆ oc_label

std::string OverCrowdingInfo::oc_label

Definition at line 52 of file nvds_analytics.h.

◆ operate_on_class

std::vector<int> OverCrowdingInfo::operate_on_class

Definition at line 53 of file nvds_analytics.h.

◆ roi_pts

std::vector<std::pair<int, int> > OverCrowdingInfo::roi_pts

Definition at line 51 of file nvds_analytics.h.

◆ stream_id

int OverCrowdingInfo::stream_id

Definition at line 54 of file nvds_analytics.h.

◆ time_threshold_in_ms

int OverCrowdingInfo::time_threshold_in_ms

Definition at line 55 of file nvds_analytics.h.


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