| 
      
        
       | 
    
    
        
            NVIDIA DeepStream SDK API Reference
         | 
        
            
                8.0 Release
            
         | 
    
  
 
 
Go to the documentation of this file.
   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 
   78   std::unordered_map<std::string, bool> 
ocStatus;
 
  101   std::unordered_map<int, uint32_t> 
objCnt;
 
  
 
std::vector< std::string > lcStatus
Holds the array of line crossing labels which object has crossed.
 
std::vector< std::string > roiStatus
Holds the array of ROI labels in which object is present.
 
guint unique_id
Holds unique identifier for nvdsanalytics instance.
 
std::string dirStatus
Holds the direction string for the tracked object.
 
std::string objStatus
Holds the status string for the tracked object.
 
std::vector< std::string > ocStatus
Holds the array of OverCrowding labels in which object is present
 
Holds a set of nvdsanalytics object level metadata.