|
onboardapi
9.10.0
by Rheinmetall
|
Inform VideoTracker about external object information for an object that is already tracked. (A-priori). More...
Public Member Functions | |
| ConfigVtTrackInfo () | |
| ConfigVtTrackInfo (M_Common::ObjectIdType const &KeyId, M_Sensor::SensorDetectionType const &Detection, bool IsRemoved) | |
Public Attributes | |
| M_Common::ObjectIdType | KeyId |
| Identifier of an existing currently tracked object. More... | |
| M_Sensor::SensorDetectionType | Detection |
| A-priori object information. More... | |
| bool | IsRemoved |
| Indicates if info has been removed. More... | |
Inform VideoTracker about external object information for an object that is already tracked. (A-priori).
| M_VideoTrackerCommon::ConfigVtTrackInfo::ConfigVtTrackInfo | ( | ) |
| M_VideoTrackerCommon::ConfigVtTrackInfo::ConfigVtTrackInfo | ( | M_Common::ObjectIdType const & | KeyId, |
| M_Sensor::SensorDetectionType const & | Detection, | ||
| bool | IsRemoved | ||
| ) |
| M_Sensor::SensorDetectionType M_VideoTrackerCommon::ConfigVtTrackInfo::Detection |
A-priori object information.
| bool M_VideoTrackerCommon::ConfigVtTrackInfo::IsRemoved |
Indicates if info has been removed.
| M_Common::ObjectIdType M_VideoTrackerCommon::ConfigVtTrackInfo::KeyId |
Identifier of an existing currently tracked object.