Skip to content

sendjasni/Real-Time-Road-Lane-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real_time_lane_detection

OpenCV implementation of a real time lane detection using the PTask library.

Contents

  • Introduction
  • Dependencies
  • Build

Introduction

Real_time_lane_detection is a real time lane detection for autonomous vehicle, using OpenCv as the computer vision processing library, and PTask as the task-related real-times properties manager.

Dependencies

Basic Build Instructions

CMake is used as its build system for generating makefiles.

git clone https://github.com/sendjasni/Real-Time-Road-Lane-Detection.git
mkdir build && cd build
cmake .. && make
sudo ./lanedetection

About

OpenCV implementation of a real time road lane detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors