onboardapi  9.10.0
by Rheinmetall
M_VideoTrackerCommon::ConfigVtTrackInfo Struct Reference

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...
 

Detailed Description

Inform VideoTracker about external object information for an object that is already tracked. (A-priori).

Constructor & Destructor Documentation

◆ ConfigVtTrackInfo() [1/2]

M_VideoTrackerCommon::ConfigVtTrackInfo::ConfigVtTrackInfo ( )

◆ ConfigVtTrackInfo() [2/2]

M_VideoTrackerCommon::ConfigVtTrackInfo::ConfigVtTrackInfo ( M_Common::ObjectIdType const &  KeyId,
M_Sensor::SensorDetectionType const &  Detection,
bool  IsRemoved 
)

Member Data Documentation

◆ Detection

M_Sensor::SensorDetectionType M_VideoTrackerCommon::ConfigVtTrackInfo::Detection

A-priori object information.

◆ IsRemoved

bool M_VideoTrackerCommon::ConfigVtTrackInfo::IsRemoved

Indicates if info has been removed.

◆ KeyId

M_Common::ObjectIdType M_VideoTrackerCommon::ConfigVtTrackInfo::KeyId

Identifier of an existing currently tracked object.