n-a-hashjin / CppND-Lane-Lines-Detector-CSP

Advance lane lines detection, UDACITY C++ Nanodegree program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Advance lane lines detection, UDACITY C++ Nanodegree program

License:MIT License


Languages

Language:C++ 94.3%Language:CMake 5.7%