Skip to content

sendjasni/Real-Time-Road-Lane-Detection

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

No packages published