Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published