18 #ifndef _NVDS_ANALYTICS_H_
19 #define _NVDS_ANALYTICS_H_
23 #include <unordered_map>
132 std::unordered_map<std::string, OverCrowdStatus>
ocStatus;
133 std::unordered_map<int, uint32_t>
objCnt;
147 int32_t src_id, int32_t width=1920,
148 int32_t height=1080, uint32_t filtTime=
MED_FILT_MSEC, uint32_t timeOut=300, uint32_t hist=50);