Skip to content

klangner/ld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Line direction detector

This is a library based on opencv for finding line on the picture and estimating its direction. The goal of this project is to create library for the line following robot with camera as a main sensor.

How does it work

  • Acquire image from the camera

Input

  • Convert to binary image
  • Draw circle and find all black pixels ont the circle
  • The median pixel is our direction

Input

About

Line direction estimator based on opencv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages