Advanced lane detection using computer vision
Lane and obstacle detection for active assistance during driving. Uses windowed sweep for lane detection. Combination of object tracking and YOLO for obstacles. Determines lane change, relative veloci...
Camera Calibration; Distortion Correction; Perspective transform ("bird-eye view"); Compute curvature and vehicle position.
In this project, I used OpenCV to write a software pipeline to identify the lane boundaries in a video from a front-facing camera on a car.
Udacity Self-Driving Car Engineer.
翻译 - Udacity无人驾驶汽车工程师。
Advanced Lane Detection Project which includes advanced image processing to detect lanes irrespective of the road texture, brightness, contrast, curves etc. Used Image warping and sliding window appro...
Lane Detection and Departure warning.
Software pipeline to identify lane boundaries from a video streaming from a front-facing camera on a car using color transform and gradient
#计算机科学#Advanced Lane Detection Project which includes advanced image processing to detect lanes irrespective of the road texture, brightness, contrast, curves etc. Used Image warping and sliding window appro...
A software pipeline to identify the lane boundaries in a video from a front-facing camera on a car. Project 2 of the Udacity Self-Driving Car Engineer Nanodegree program.
Advanced Lane Finding project by Udacity, that teaches camera calibration, insights into perspective transforms, color space exploration and thresholding binary images. The repository contains the lan...
Advanced lane line fining including camera calibration
A cv2-based implementation of a self-driving car module responsible for lane lines detection under different lighting conditions, pavement textures and curves.
Python, Camera calibration and undistortion, Color and Gradient threshold, Warping and unwarping functions
C++ Lane Detection using OpenCV
Goal is to create a software pipeline to identify the lane boundaries in a video and write a detailed commentary on the output.
In this project, I have used computer vision techniques to identify lane boundaries and compute the lane metrics (radius of curvature, Offset to the center).
Lane Finding and Curvature Estimation using Advanced CV techniques
Udacity Self Driving Car Engineer Project - Advanced Lane Lines Detection