|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | ConfigMinMaxObjectSize (M_Common::PixelRectSizeType const &Min, M_Common::PixelRectSizeType const &Max) |
| virtual void | ConfigEnable (bool Enable) |
| virtual void | CmdTeachIn (bool Activate, bool Reset) |
Automatic Track Recognition (ATR) Service interface. Contains operations that a client can command the Automatic Track Recognition (ATR) Service to perform.
|
virtual |
|
virtual |
Start (or stop) teaching in of current scene, e.g. to suppress areas of frequent false alarms.
| Activate | Indicates if teaching in should be started (true) or stopped (false). |
| Reset | Indicates if learned false alarms shall be deleted. |
|
virtual |
Enable or disable Automatic Track Recognition (ATR).
| Enable | Enable or disable (True = Enable, False = Disable). |
|
virtual |
Specify size limits of recognizable objects.
| Min | Minimum object size. |
| Max | Maximum object size. |