项目作者: n-a-hashjin

项目描述 :
Advance lane lines detection, UDACITY C++ Nanodegree program
高级语言: C++
项目地址: git://github.com/n-a-hashjin/CppND-Lane-Lines-Detector-CSP.git
创建时间: 2020-11-08T21:08:29Z
项目社区:https://github.com/n-a-hashjin/CppND-Lane-Lines-Detector-CSP

开源协议:MIT License

下载


CPPND: Advance Lane Line detector in C++

Capstone project at UDACITY C++ Nanodegree program

This is a repo for the Capstone project in the Udacity C++ Nanodegree Program.

The Idea of this project is the same as another Nanodegree program by Udacity that you can find more about program here

In this project, we want to write a software pipeline to identify the lane boundaries in a video. OpenCV will be the core of computer vision tool for this project.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./laneline_detector.