Definition at line 662 of file service-maker/includes/metadata.hpp.


Public Types | |
| typedef std::unique_ptr< AbstractIterator< UserMetadata > > | Iterator |
| typedef std::unique_ptr< AbstractIterator< UserMetadata > > | Iterator |
Public Member Functions | |
| AnalyticsFrameMeta (void *data=nullptr) | |
| Constructor for AnalyticsFrameMeta. More... | |
| AnalyticsFrameMeta (const UserMetadata &user_meta) | |
| Copy constructor for AnalyticsFrameMeta. More... | |
| virtual | ~AnalyticsFrameMeta () |
| std::unordered_map< std::string, bool > | getOcStatus () const |
| Map of boolean status of overcrowding for configured ROIs, which can be accessed using key, value pair; where key is the ROI label. More... | |
| std::unordered_map< std::string, uint32_t > | getObjInROIcnt () const |
| Map of total count of valid objects in ROI for configured ROIs, which can be accessed using key, value pair; where key is the ROI label. More... | |
| std::unordered_map< std::string, uint64_t > | getObjLCCurrCnt () const |
| Map of total count of Line crossing in current frame for configured lines, which can be accessed using key, value pair; where key is the ROI label. More... | |
| std::unordered_map< std::string, uint64_t > | getObjLCCumCnt () const |
| Map of total cumulative count of Line crossing for configured lines, which can be accessed using key, value pair; where key is the ROI label. More... | |
| unsigned int | getUniqueId () const |
| Get the unique identifier for this metadata. More... | |
| std::unordered_map< int, uint32_t > | getObjCnt () const |
| Map of total count of objects for each class ID, which can be accessed using key, value pair; where key is class ID. More... | |
| AnalyticsFrameMeta (void *data=nullptr) | |
| Constructor for AnalyticsFrameMeta. More... | |
| AnalyticsFrameMeta (const UserMetadata &user_meta) | |
| Copy constructor for AnalyticsFrameMeta. More... | |
| virtual | ~AnalyticsFrameMeta () |
| std::unordered_map< std::string, bool > | getOcStatus () const |
| Map of boolean status of overcrowding for configured ROIs, which can be accessed using key, value pair; where key is the ROI label. More... | |
| std::unordered_map< std::string, uint32_t > | getObjInROIcnt () const |
| Map of total count of valid objects in ROI for configured ROIs, which can be accessed using key, value pair; where key is the ROI label. More... | |
| std::unordered_map< std::string, uint64_t > | getObjLCCurrCnt () const |
| Map of total count of Line crossing in current frame for configured lines, which can be accessed using key, value pair; where key is the ROI label. More... | |
| std::unordered_map< std::string, uint64_t > | getObjLCCumCnt () const |
| Map of total cumulative count of Line crossing for configured lines, which can be accessed using key, value pair; where key is the ROI label. More... | |
| unsigned int | getUniqueId () const |
| Get the unique identifier for this metadata. More... | |
| std::unordered_map< int, uint32_t > | getObjCnt () const |
| Map of total count of objects for each class ID, which can be accessed using key, value pair; where key is class ID. More... | |
| virtual | operator bool () override |
| operator to check if a metadata is void More... | |
| virtual | operator bool () override |
| operator to check if a metadata is void More... | |
| int | metaType () const |
| Get the meta type. More... | |
| int | metaType () const |
| Get the meta type. More... | |
| void | setMetaType (int type) |
| Set the meta type. More... | |
| void | setMetaType (int type) |
| Set the meta type. More... | |
| void * | userData () const |
| Get the user data pointer. More... | |
| void * | userData () const |
| Get the user data pointer. More... | |
| void | setUserData (void *data, void *(*copy)(void *, void *), void(*release)(void *, void *)) |
| Set user data with copy and release functions. More... | |
| void | setUserData (void *data, void *(*copy)(void *, void *), void(*release)(void *, void *)) |
| Set user data with copy and release functions. More... | |
Protected Member Functions | |
| void | get_ (void *&) |
| void | get_ (void *&) |
Protected Attributes | |
| void * | data_ |
|
inherited |
Definition at line 103 of file service-maker/includes/metadata.hpp.
|
inherited |
Definition at line 103 of file 9.0/service-maker/includes/metadata.hpp.
| deepstream::AnalyticsFrameMeta::AnalyticsFrameMeta | ( | void * | data = nullptr | ) |
Constructor for AnalyticsFrameMeta.
| data | Optional pointer to data. Defaults to nullptr. |
| deepstream::AnalyticsFrameMeta::AnalyticsFrameMeta | ( | const UserMetadata & | user_meta | ) |
Copy constructor for AnalyticsFrameMeta.
|
virtual |
| deepstream::AnalyticsFrameMeta::AnalyticsFrameMeta | ( | void * | data = nullptr | ) |
Constructor for AnalyticsFrameMeta.
| data | Optional pointer to data. Defaults to nullptr. |
| deepstream::AnalyticsFrameMeta::AnalyticsFrameMeta | ( | const UserMetadata & | user_meta | ) |
Copy constructor for AnalyticsFrameMeta.
|
virtual |
|
protectedinherited |
|
protectedinherited |
| std::unordered_map<int, uint32_t> deepstream::AnalyticsFrameMeta::getObjCnt | ( | ) | const |
Map of total count of objects for each class ID, which can be accessed using key, value pair; where key is class ID.
| std::unordered_map<int, uint32_t> deepstream::AnalyticsFrameMeta::getObjCnt | ( | ) | const |
Map of total count of objects for each class ID, which can be accessed using key, value pair; where key is class ID.
| std::unordered_map<std::string, uint32_t> deepstream::AnalyticsFrameMeta::getObjInROIcnt | ( | ) | const |
Map of total count of valid objects in ROI for configured ROIs, which can be accessed using key, value pair; where key is the ROI label.
| std::unordered_map<std::string, uint32_t> deepstream::AnalyticsFrameMeta::getObjInROIcnt | ( | ) | const |
Map of total count of valid objects in ROI for configured ROIs, which can be accessed using key, value pair; where key is the ROI label.
| std::unordered_map<std::string, uint64_t> deepstream::AnalyticsFrameMeta::getObjLCCumCnt | ( | ) | const |
Map of total cumulative count of Line crossing for configured lines, which can be accessed using key, value pair; where key is the ROI label.
| std::unordered_map<std::string, uint64_t> deepstream::AnalyticsFrameMeta::getObjLCCumCnt | ( | ) | const |
Map of total cumulative count of Line crossing for configured lines, which can be accessed using key, value pair; where key is the ROI label.
| std::unordered_map<std::string, uint64_t> deepstream::AnalyticsFrameMeta::getObjLCCurrCnt | ( | ) | const |
Map of total count of Line crossing in current frame for configured lines, which can be accessed using key, value pair; where key is the ROI label.
| std::unordered_map<std::string, uint64_t> deepstream::AnalyticsFrameMeta::getObjLCCurrCnt | ( | ) | const |
Map of total count of Line crossing in current frame for configured lines, which can be accessed using key, value pair; where key is the ROI label.
| std::unordered_map<std::string, bool> deepstream::AnalyticsFrameMeta::getOcStatus | ( | ) | const |
Map of boolean status of overcrowding for configured ROIs, which can be accessed using key, value pair; where key is the ROI label.
| std::unordered_map<std::string, bool> deepstream::AnalyticsFrameMeta::getOcStatus | ( | ) | const |
Map of boolean status of overcrowding for configured ROIs, which can be accessed using key, value pair; where key is the ROI label.
| unsigned int deepstream::AnalyticsFrameMeta::getUniqueId | ( | ) | const |
Get the unique identifier for this metadata.
| unsigned int deepstream::AnalyticsFrameMeta::getUniqueId | ( | ) | const |
Get the unique identifier for this metadata.
|
inherited |
Get the meta type.
|
inherited |
Get the meta type.
|
inlineoverridevirtualinherited |
operator to check if a metadata is void
Reimplemented from deepstream::Metadata.
Definition at line 116 of file service-maker/includes/metadata.hpp.
References deepstream::Metadata::data_.
|
inlineoverridevirtualinherited |
operator to check if a metadata is void
Reimplemented from deepstream::Metadata.
Definition at line 116 of file 9.0/service-maker/includes/metadata.hpp.
References deepstream::Metadata::data_.
|
inherited |
Set the meta type.
|
inherited |
Set the meta type.
|
inherited |
Set user data with copy and release functions.
| data | Pointer to user data |
| copy | Copy function for the user data (can be NULL) |
| release | Release function for the user data (can be NULL) |
|
inherited |
Set user data with copy and release functions.
| data | Pointer to user data |
| copy | Copy function for the user data (can be NULL) |
| release | Release function for the user data (can be NULL) |
|
inherited |
Get the user data pointer.
|
inherited |
Get the user data pointer.
|
protectedinherited |
Definition at line 54 of file service-maker/includes/metadata.hpp.
Referenced by deepstream::Metadata::operator bool(), and deepstream::UserMetadata::operator bool().