Skip to content

AymanSD/LaneTrackingAndDetermination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

This algorithm was developed to determine the position of a vehicle on a particular lane from a video feed.

The code was developed using OpenCV written on Python3.6

As it was developed on a x64 environment; It may be necessary to modify some parts for code to run on x86 environment.

This algorithm is still under development.

To Import OpenCV library into Python3

Open Python IDLE write down the folowing commands

import pip pip.main(['install','opencv'])

About

This code determines in which lane the vehicle is from a camera feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages