Skip to content

Simple computer vision project for hackaton, created in 1 day

Notifications You must be signed in to change notification settings

laminowany/LaneRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LaneRecognition

Simple computer vision project for hackaton, created in 1 day. Based on OpenCV.

How it works

For given input like this: source image

The image is converted into grayscale, histogram is equalized and subtle gaussian blur is applied: source image

Then Canny edge detection algorithm is used and image is cropped to get this: source image

Finially, Hough transform is performed, to detect the lines: source image

Algorithm evaluation is based mainly on the angles between edges of the road and x-axis, look at the source code for more details.

About

Simple computer vision project for hackaton, created in 1 day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published