NVIDIA DeepStream SDK API Reference

6.4 Release
DirectionInfo Struct Reference

Detailed Description

Definition at line 73 of file nvds_analytics.h.

Data Fields

bool enable
 
std::string dir_label
 
std::pair< double, double > dir_data
 
std::pair< int, int > x1y1
 
std::pair< int, int > x2y2
 
std::vector< int > operate_on_class
 
int stream_id
 
enum eMode mode
 

Field Documentation

◆ dir_data

std::pair<double, double> DirectionInfo::dir_data

Definition at line 76 of file nvds_analytics.h.

◆ dir_label

std::string DirectionInfo::dir_label

Definition at line 75 of file nvds_analytics.h.

◆ enable

bool DirectionInfo::enable

Definition at line 74 of file nvds_analytics.h.

◆ mode

enum eMode DirectionInfo::mode

Definition at line 81 of file nvds_analytics.h.

◆ operate_on_class

std::vector<int> DirectionInfo::operate_on_class

Definition at line 79 of file nvds_analytics.h.

◆ stream_id

int DirectionInfo::stream_id

Definition at line 80 of file nvds_analytics.h.

◆ x1y1

std::pair<int, int> DirectionInfo::x1y1

Definition at line 77 of file nvds_analytics.h.

◆ x2y2

std::pair<int, int> DirectionInfo::x2y2

Definition at line 78 of file nvds_analytics.h.


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