Main Content

Object Detection and Classification

Detect and classify objects in lidar point cloud data using deep learning networks

Lidar Toolbox™ functions enable you to detect objects in point clouds and classify them into predefined categories using deep learning networks. You can use the PointPillars and Voxel R-CNN networks for object detection, and the PointNet++ network for object classification. You can train these networks, or use the available pretrained networks and further tune them for your application. The toolbox also includes processes for CUDA® MEX code generation for the PointPillars and SqueezeSegV2 networks.

Deep learning-based object detection in lidar point clouds.

Functions

expand all

groundTruthLidarObject for storing labeled lidar data (Since R2020b)
lidarObjectDetectorTrainingDataCreate training data for lidar object detection (Since R2022a)
fileDatastoreDatastore with custom file reader
boxLabelDatastoreDatastore for bounding box label data
combineCombine data from multiple datastores
sampleLidarDataSample 3-D bounding boxes and corresponding points from training data (Since R2022a)
pcBboxOversampleRandomly augment point cloud data using objects (Since R2022a)
transformTransform datastore
pctransformTransform 3-D point cloud
randomAffine3dCreate randomized 3-D affine transformation
bboxwarpApply geometric transformation to bounding boxes
voxelRCNNObjectDetectorCreate Voxel R-CNN object detector (Since R2024b)
trainVoxelRCNNObjectDetectorTrain Voxel R-CNN object detector for lidar data (Since R2024b)
pointPillarsObjectDetectorCreate PointPillars object detector (Since R2021b)
trainPointPillarsObjectDetectorTrain PointPillars object detector (Since R2021b)
lidarLaneDetectorCreate lane detector for lidar data (Since R2023b)
pointNetPlusClassifierCreate PointNet++ classifier to classify 3-D point clouds (Since R2025a)
trainPointNetPlusClassifierTrain PointNet++ point cloud classifier (Since R2025a)
evaluateObjectDetectionEvaluate object detection data set against ground truth (Since R2023b)
objectDetectionMetricsObject detection quality metrics (Since R2023b)

Topics

Featured Examples