27 #ifndef _NVDS_ANALYTICS_META_H_
28 #define _NVDS_ANALYTICS_META_H_
32 #include <unordered_map>
37 #define NVDS_USER_FRAME_META_NVDSANALYTICS NVDS_FRAME_META_NVDSANALYTICS
38 #define NVDS_USER_OBJ_META_NVDSANALYTICS NVDS_OBJ_META_NVDSANALYTICS
57 std::vector <std::string> roiStatus;
59 std::vector <std::string> ocStatus;
61 std::vector <std::string> lcStatus;
63 std::string dirStatus;
67 std::string objStatus;
78 std::unordered_map<std::string, bool> ocStatus;
83 std::unordered_map<std::string, uint32_t> objInROIcnt;
88 std::unordered_map<std::string, uint64_t> objLCCurrCnt;
93 std::unordered_map<std::string, uint64_t> objLCCumCnt;
101 std::unordered_map<int, uint32_t> objCnt;