Get Started with Lidar Toolbox
Lidar Toolbox™ provides algorithms, functions, and apps for designing, analyzing, and testing lidar processing systems. You can perform object detection and tracking, semantic segmentation, shape fitting, lidar registration, and obstacle detection. The toolbox provides workflows and an app for lidar-camera cross-calibration.
The toolbox lets you stream data from Velodyne® lidars and read data recorded by Velodyne and IBEO lidar sensors. The Lidar Viewer App enables interactive visualization and analysis of lidar point clouds. You can train detection, semantic segmentation, and classification models using machine learning and deep learning algorithms such as PointPillars, SqueezeSegV2, and PointNet++. The Lidar Labeler App supports manual and semi-automated labeling of lidar point clouds for training deep learning and machine learning models.
Lidar Toolbox provides lidar processing reference examples for perception and navigation workflows. Most toolbox algorithms support C/C++ code generation for integrating with existing code, desktop prototyping, and deployment.
Tutorials
- Read, Process, and Write Lidar Point Cloud Data
This example shows how to read a point cloud into the workspace, select a desired set of points, and then write the selected points to a point cloud file format.
- Extract Ground Points and Non-Ground Points from Lidar Data
Read lidar data from a PCAP file by using the
velodyneFileReader
function. - Match and Visualize Corresponding Features in Point Clouds
This example shows how to match corresponding features between point clouds using the
pcmatchfeatures
function and visualize them using thepcshowMatchedFeatures
function. - Estimate Transformation Between Two Point Clouds Using Features
This example shows how to estimate a rigid transformation between two point clouds.
About Lidar Processing
- Introduction to Lidar
High-level overview of lidar concepts and applications.
- What Is Lidar-Camera Calibration?
Fuse lidar and camera data.
- Implement Point Cloud SLAM in MATLAB
Understand point cloud registration and mapping workflow.
- Deep Learning with Point Clouds
Learn point cloud processing using deep learning.
Featured Examples
Videos
What is Lidar Toolbox?
A brief introduction to the Lidar Toolbox.
Lidar Camera Calibration with MATLAB
An introduction to lidar camera calibration functionality, which is an essential
step in combining data from lidar and a camera in a system.
Object Detection on Lidar Point Clouds Using Deep Learning
Learn how to use a PointPillars deep learning network for 3-D object detection
on lidar point clouds.
Build a Collision Warning System with 2-D Lidar Using MATLAB
Build a system that can issue collision warnings based on 2-D lidar scans in a
simulated warehouse arena.