pcalign
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 the specified size
ptCloudOut
= pcalign(ptClouds
,tforms
,gridStep
)gridStep
, to the aligned point cloud. Points within the
same box are merged to a single point in the output, with averaged
Color
, Normal
, and
Intensity
properties.
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