detect
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(___,Name=Value)
specifies
options using one or more name-value arguments in addition to any combination of arguments
from previous syntaxes. For example,
detect(detector,ptCloud,Threshold=0.5)
detects objects within the
input point cloud with a detection threshold of 0.5
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2021bSee Also
Apps
Functions
Objects
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
- Datastores for Deep Learning (Deep Learning Toolbox)