pcalign
Syntax
Description
aligns an array of point clouds, ptCloudOut
= pcalign(ptClouds
,tforms
)ptClouds
, into one point
cloud by using the specified transformations tforms
.
applies a box grid filter with 3-D boxes of size specified as
ptCloudOut
= pcalign(ptClouds
,tforms
,gridStep
)gridStep
, to the aligned point cloud. The grid filter
returns a single point per 3-D box.
sets the method to downsample the aligned point cloud.ptCloudOut
= pcalign(___,GridFilter=gridFilterMethod
)
Examples
Input Arguments
Output Arguments
Tips
If the input point clouds do not all have an assigned value for a property, the function does not assign a value for that property in the returned point cloud. For example, if some of the input point clouds have values for the
Color
property but another one does not, then the function does not return a value for theColor
property ofptCloudOut
.The function filters out points with
NaN
orInf
values.
Extended Capabilities
Version History
Introduced in R2020bSee Also
Objects
Functions
pcplayer
|pcshow
|pcwrite
|pcread
|pcmerge
|pcdownsample
|pcfitplane
|pcdenoise
|pcregistericp
|pccat