Udacity Self-Driving Car Engineer Nanodegree projects.
-
Updated
Mar 28, 2023 - C++
Udacity Self-Driving Car Engineer Nanodegree projects.
Lane detection for autonomous navigation using opencv library, done as a part of Udacity Self Driving Car Nanodegree Program
Lane Finding Project for Self-Driving Car Nano Degree Term 1. Road Lane Lines are detected by using various image processing techniques like Grayscale, Blurring, Canny Edge Detection, Hough Transform and Masking.
A lane detection pipeline by tracking white and yellow colored lane lines using self adjusting Canny edge detector implemented in HSL color space to make it intensity invariant.
This repository contains my development of the Project: Finding Lane Lines proposed by the Udacity's Self-Driving Cars Nanodegree
Contains sub-modules of self-driving algorithms
This repository contains my development of the Project: Advanced Lane Lines proposed by the Udacity's Self-Driving Cars Nanodegree
Detecting Lanes for Self-Driving-Cars... I have developed a software pipeline to identify the lane boundaries in a video from a front-facing camera on a car
Lane Finding Project for Self-Driving Car Nano Degree Term 1. Road Lane Lines are detected by using various image processing techniques like Grayscale, Blurring, Canny Edge Detection, Hough Transform and Masking.
CarND lane lines detection with opencv
Lane lines detection using OpenCV, UDACITY Self-driving Car Engineer Nanodegree program
Lane Detection for self driving cars
My notebook for the Udacity finding lane lines project
This is the first project from Udacity Self-Driving Car Nanodegree.
Lane Finding Project for Self-Driving Car
The first project in the Udacity Self-Driving Car Nanodegree is about implementing a pipeline that detects lane lines in images. While the pipeline is created for a single image, it can be applied to video footage by breaking the video down into frames, passing the frames through the pipeline, and then reconstructing the video.
This repository contains a collection of projects focused on the development of self-driving car technology. The work demonstrates practical applications of key concepts in autonomous systems.
Self-Driving Car Nanodegree
Detecting lane lines using canny edge detection and hough transformation
Add a description, image, and links to the detect-lane-lines topic page so that developers can more easily learn about it.
To associate your repository with the detect-lane-lines topic, visit your repo's landing page and select "manage topics."