Lane and Object Detection
Using OpenCV and YOLOv7
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NLaneAndObjectDetectionContains all Lane-and-Object-Detection objects
 NGlobalsContains all global and constant objects
 NExceptionsContains all custom exceptions
 CNotImplementedErrorUsed for functionality that has not been implemented
 CSQLiteDatabaseErrorUsed for SQLite errors
 CFrameBuilderBuilds OpenCV frames to be displayed to the user
 CLaneDetectionInformationThe information needed by FrameBuilder to update frame with lane detection information
 CLaneDetectorDetects the lane the vehicle is in and other lane-related metrics
 CRollingAverageCalculates a rolling average to provide a smoothed view of state trends over time. This class is in the private scope as the implementation is LaneDetector-specific
 CObjectDetectionInformationThe information needed by FrameBuilder to update frame with object detection information
 CDetectedObjectInformationThe properties of a single detected object
 CObjectDetectorYOLOv7 based object detector
 CPerformanceCalculates the frame times and current/average frames per second for real-time performance tracking
 CPerformanceInformationThe information needed by FrameBuilder to update frame with performance information
 CVideoManagerOrchestration class which reads the input, runs the lane and object detectors, displays the detected output and saves output video stream locally
 CVideoManagerInformationThe information needed by FrameBuilder to update frame with video manager information