Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.19 KB

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