Lane and Object Detection
Using OpenCV and YOLOv7
|
The information needed by FrameBuilder to update frame with object detection information. More...
#include "Information.hpp"
Classes | |
struct | DetectedObjectInformation |
The properties of a single detected object. More... |
Public Attributes | |
std::vector< DetectedObjectInformation > | m_objectInformation |
The list of detected objects for the current frame. |
The information needed by FrameBuilder to update frame with object detection information.
Definition at line 18 of file Information.hpp.
std::vector<DetectedObjectInformation> LaneAndObjectDetection::ObjectDetectionInformation::m_objectInformation |
The list of detected objects for the current frame.
Definition at line 44 of file Information.hpp.