Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anhtvc/detectline
Detect line from video
https://github.com/anhtvc/detectline
detectline opencv opencv-library
Last synced: about 3 hours ago
JSON representation
Detect line from video
- Host: GitHub
- URL: https://github.com/anhtvc/detectline
- Owner: AnhTVc
- Created: 2017-02-11T10:50:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T11:39:21.000Z (almost 8 years ago)
- Last Synced: 2023-09-05T15:45:10.189Z (about 1 year ago)
- Topics: detectline, opencv, opencv-library
- Language: C++
- Homepage:
- Size: 17.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DetectLine Project
Detect line from video to center lineThis program is free software;
you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.
# Require
- IE: Visial Studio 2012
- Lib: OpenCV 3.0
- Language: C/C++
# Describe
- Video to frame image
- CropImage take 1/4 frame
- Smooth: Median filter, Gauss
- Find line with canny and HoughLine
- process lines
+ reject near horizontal lines
+ filter with corner median
+ filer distance
+ Filline to line left and line right
+ calculate center line
+ using kalman filter with center line
+ complete
# Step to step
- Install IE: VS or code block
- Import OpenCV 3.0 to IE
- Clone project
- Import Project to IE
- Config file input in main class
- Or copy class main, util to your project do not forget file input# Contact
Contact me: [email protected]