NVIDIA DeepStream SDK API Reference

6.4 Release
ROIInfo Struct Reference

Detailed Description

Definition at line 40 of file nvds_analytics.h.

Data Fields

bool enable
 
std::vector< std::pair< int, int > > roi_pts
 
std::string roi_label
 
bool inverse_roi
 
std::vector< int > operate_on_class
 
int stream_id
 

Field Documentation

◆ enable

bool ROIInfo::enable

Definition at line 41 of file nvds_analytics.h.

◆ inverse_roi

bool ROIInfo::inverse_roi

Definition at line 44 of file nvds_analytics.h.

◆ operate_on_class

std::vector<int> ROIInfo::operate_on_class

Definition at line 45 of file nvds_analytics.h.

◆ roi_label

std::string ROIInfo::roi_label

Definition at line 43 of file nvds_analytics.h.

◆ roi_pts

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

Definition at line 42 of file nvds_analytics.h.

◆ stream_id

int ROIInfo::stream_id

Definition at line 46 of file nvds_analytics.h.


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