Object and Lane Detection
You can detect objects from vision data using machine learning and deep learning techniques. You can also segment, detect, and model parabolic or cubic lane boundaries by using the random sample consensus (RANSAC) algorithm. After you detect objects, use Automated Driving Toolbox™ functions to evaluate and visualize the detections.
You can also detect road lanes in lidar point clouds using a deep learning approach. Automated Driving Toolbox provides a lidar lane detection network trained on the K-Lane data set. The pretrained network enables you to detect a maximum of six lanes. You can also evaluate the performance of detector using different metrics, such as classification accuracy, precision, recall, and F1-score.
To detect lanes in lidar point clouds, download the Automated Driving Toolbox Model for Lidar Lane Detection support package from the Add-On Explorer. For more information on downloading add-ons, see Get and Manage Add-Ons.
Fore more information about processing lidar point cloud data and importing point clouds from Velodyne packet capture (PCAP) files, see Process Point Clouds.
Functions
Topics
- Get Started with Lidar Lane Detection Using Deep Learning
Use lidar lane detection network to detect road lanes.
- Detect, Classify, and Track Vehicles Using Lidar (Lidar Toolbox)
Detect, classify, and track vehicles by using lidar point cloud data captured by a lidar sensor mounted on an ego vehicle.









