项目作者: RajPShinde

项目描述 :
Lane and Turn Detection using Hough lines and histogram of lanes approach
高级语言: Python
项目地址: git://github.com/RajPShinde/Lane_and_Turn_Detection.git
创建时间: 2020-05-09T04:33:44Z
项目社区:https://github.com/RajPShinde/Lane_and_Turn_Detection

开源协议:MIT License

下载


Lane & Turn Detection

License MIT

Authors

Description

The project contains the implementation of a pipeline for Lane and Turn Detection using histogram of lanes approach. The video is converted in HLS colour space to filter out the lanes. Furter the Warp perspective and the Homograpgy methods are Implemented from scratch to create overlays on lanes

Output

Dependencies

  • Ubuntu 16
  • Python 3.7
  • OpenCV 4.2
  • Numpy
  • copy
  • sys
  • argparse

Run

To run the lane detection on challenge video-

  1. python3.7 Lane_Detection.py

Reference