Lane and Object Detection
Using OpenCV and YOLOv7
Loading...
Searching...
No Matches
LaneAndObjectDetection::ObjectDetectionInformation Struct Reference

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< DetectedObjectInformationm_objectInformation
 The list of detected objects for the current frame.

Detailed Description

The information needed by FrameBuilder to update frame with object detection information.

Definition at line 18 of file Information.hpp.

Member Data Documentation

◆ m_objectInformation

std::vector<DetectedObjectInformation> LaneAndObjectDetection::ObjectDetectionInformation::m_objectInformation

The list of detected objects for the current frame.

Definition at line 44 of file Information.hpp.


The documentation for this struct was generated from the following file: