extractFrame
Syntax
Description
Add-On Required: This feature requires the Scenario Builder for Automated Driving Toolbox add-on.
[
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 feature also requires the Lidar Toolbox™.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2025a



