NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsAnalyticProcessParams Struct Reference

Detailed Description

Definition at line 124 of file nvds_analytics.h.

Data Fields

std::vector< ObjInfobjList
 
std::unordered_map< std::string, OverCrowdStatusocStatus
 
std::unordered_map< int, uint32_t > objCnt
 
std::unordered_map< std::string, uint32_t > objInROIcnt
 
std::unordered_map< std::string, uint64_t > objLCCumCnt
 
std::unordered_map< std::string, uint64_t > objLCCurrCnt
 
uint64_t frmPts {0}
 
int32_t srcId
 

Field Documentation

◆ frmPts

uint64_t NvDsAnalyticProcessParams::frmPts {0}

Definition at line 131 of file nvds_analytics.h.

◆ objCnt

std::unordered_map<int, uint32_t> NvDsAnalyticProcessParams::objCnt

Definition at line 127 of file nvds_analytics.h.

◆ objInROIcnt

std::unordered_map<std::string, uint32_t> NvDsAnalyticProcessParams::objInROIcnt

Definition at line 128 of file nvds_analytics.h.

◆ objLCCumCnt

std::unordered_map<std::string, uint64_t> NvDsAnalyticProcessParams::objLCCumCnt

Definition at line 129 of file nvds_analytics.h.

◆ objLCCurrCnt

std::unordered_map<std::string, uint64_t> NvDsAnalyticProcessParams::objLCCurrCnt

Definition at line 130 of file nvds_analytics.h.

◆ objList

std::vector<ObjInf> NvDsAnalyticProcessParams::objList

Definition at line 125 of file nvds_analytics.h.

◆ ocStatus

std::unordered_map<std::string, OverCrowdStatus> NvDsAnalyticProcessParams::ocStatus

Definition at line 126 of file nvds_analytics.h.

◆ srcId

int32_t NvDsAnalyticProcessParams::srcId

Definition at line 132 of file nvds_analytics.h.


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