12 #ifndef _NVDS_ANALYTICS_H_
13 #define _NVDS_ANALYTICS_H_
17 #include <unordered_map>
126 std::unordered_map<std::string, OverCrowdStatus>
ocStatus;
127 std::unordered_map<int, uint32_t>
objCnt;
141 int32_t src_id, int32_t width=1920,
142 int32_t height=1080, uint32_t filtTime=
MED_FILT_MSEC, uint32_t timeOut=300, uint32_t hist=50);