32 #ifndef _NVDS_ANALYTICS_META_H_
33 #define _NVDS_ANALYTICS_META_H_
37 #include <unordered_map>
42 #define NVDS_USER_FRAME_META_NVDSANALYTICS NVDS_FRAME_META_NVDSANALYTICS
43 #define NVDS_USER_OBJ_META_NVDSANALYTICS NVDS_OBJ_META_NVDSANALYTICS
62 std::vector <std::string> roiStatus;
64 std::vector <std::string> ocStatus;
66 std::vector <std::string> lcStatus;
68 std::string dirStatus;
72 std::string objStatus;
83 std::unordered_map<std::string, bool> ocStatus;
88 std::unordered_map<std::string, uint32_t> objInROIcnt;
93 std::unordered_map<std::string, uint64_t> objLCCurrCnt;
98 std::unordered_map<std::string, uint64_t> objLCCumCnt;
106 std::unordered_map<int, uint32_t> objCnt;