AdvancedDriverAssistanceSystem Class Reference#
Demo |
demo::AdvancedDriverAssistanceSystem Class Reference
Represents the Advanced Driver Assistance System. More...
#include <advanced_driver_assistance_system.hpp>
Public Member Functions | |
AdvancedDriverAssistanceSystem (const std::vector< Camera > &cameras, const Lidar &lidar) | |
Constructs the AdvancedDriverAssistanceSystem object. | |
std::vector< Position > | detectPedestrians () |
Detects pedestrians using computer vision algorithms and Lidar data. | |
Detailed Description
Represents the Advanced Driver Assistance System.
Constructor & Destructor Documentation
◆ AdvancedDriverAssistanceSystem()
| inline |
Constructs the AdvancedDriverAssistanceSystem object.
Member Function Documentation
◆ detectPedestrians()
| inline |
Detects pedestrians using computer vision algorithms and Lidar data.
- Returns
- A vector of positions of detected pedestrians.
The documentation for this class was generated from the following file:
Generated by 1.9.7