Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.84 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.84 KB

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.