Skip to content

liuJwei/lane_line_dection

Repository files navigation

lane_line_dection

Lane line dection using OpenCV in C++

From the Python version: https://github.com/georgesung/road_lane_line_detection.git

Dependencies

  • CMake
  • OpenCV

Build

mkdir build; cd build; cmake ..

make

Usage

./lane_line <File_Address>

<File_Address> can be the reletive address of a picture or a video.

For example, ./lane_line ../solidWhiteCurve.jpg

Remarks

Some research works can be continued based on this project. 2019.Mar.04

About

Lane line dection using OpenCV in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published