Skip to content

This program uses OpenCV 3.3.1 to detect lanes on the road while driving.

Notifications You must be signed in to change notification settings

wjdghks950/Car_Lane_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Car_Lane_detection - using OpenCV 3.3.1 (C++)

The following instructions will allow you to create your own lane detection program using the OpenCV 3.3.1 library.

Prerequisites

You will need to install OpenCV 3.3.1 from the following website:

https://opencv.org/releases.html

(check other websites for path and environment settings)

Builds

$ g++ -Wall car_lane_detection.cpp -o lane_detector

Execution

$ ./lane_detector

Notes

Make sure to have a video sample that resembles the following examples:

capture_lane_detect

About

This program uses OpenCV 3.3.1 to detect lanes on the road while driving.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages