Skip to content

SanhoLee/laneDetect_winOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contents

  • Background
  • Logic
  • Snapshots

Environment

Background

  • It doesn't include any machine learning technology.
  • Purely using conventional Computer vision tech, by opencv library with pixels.
  • It still has several works to do in terms of improving performance and accuracy.

Logic

1. preprocessing img frame

preprocess

2. capture necessary pixels

capturing

3. calculating coefficients of 2nd-order polynomial equation.

4. Drawing captured Lane data based on the approximate formula.


Snapshots(completed)

Try #1

try1

Try #2(improvement solving coefficients of 2nd-order polynomial equation.)

try2

Todos

  • Make it run with video clip.
  • Organize readme file
  • Improve performance about detecting the lines

About

LaneDetect PJT with conventional CV of opencv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages