extractFrame
Syntax
Description
[
extracts the next available point cloud ptCloudExtracted
,tform
] = extractFrame(pcExtractor
)ptCloudExtracted
from the input
point cloud extractor object pcExtractor
. The syntax also returns a 3D
rigid geometric transformation object, tform
, which you can use to
transform the extracted point cloud frames from the local coordinate system to the point
cloud map coordinate system.
[
extracts and returns the point cloud ptCloudExtracted
,tform
] = extractFrame(pcExtractor
,frameIndex
)ptCloudExtracted
for the specified
index frameIndex
of the input point cloud extractor object
pcExtractor
.
Note
This function requires the Scenario Builder for Automated Driving Toolbox™ support package and Lidar Toolbox™. You can install the Scenario Builder for Automated Driving Toolbox support package from the Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2025a