detect
R2026bDetect objects using PointPillars object detector
Syntax
Description
[___,
returns the label assigned to each bounding box. The labels used for object classes are
defined during training by using the labels] = detect(detector,ptCloud)trainPointPillarsObjectDetector function.
detects objects within the array of point clouds detectionResults = detect(detector,ptCloudArray)ptCloudArray.
detects objects within the series of point clouds in the datastore
detectionResults = detect(detector,DS)DS.
[___] = detect(___,
specifies options using one or more name-value arguments in addition to any combination of
arguments from previous syntaxes. For example,
Name=Value)detect(detector,ptCloud,Threshold=0.5) detects objects within the
input point cloud with a detection threshold of 0.5.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2021bSee Also
Apps
Functions
Objects
pointPillarsObjectDetector|yolov2ObjectDetector(Computer Vision Toolbox)
Topics
- Lidar 3-D Object Detection Using PointPillars Deep Learning
- Code Generation for Lidar Object Detection Using PointPillars Deep Learning
- Unorganized to Organized Conversion of Point Clouds Using Spherical Projection
- Get Started with PointPillars
- Getting Started with Point Clouds Using Deep Learning (Computer Vision Toolbox)
- Datastores for Deep Learning (Deep Learning Toolbox)
