Align an array point clouds
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.
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 the Color
property of
ptCloudOut
.
The function filters out points with NaN
or
Inf
values.
affine3d
| pcviewset
| planeModel
| pointCloud
| rigid3d
pccat
| pcdenoise
| pcdownsample
| pcfitplane
| pcmerge
| pcplayer
| pcread
| pcregistericp
| pcshow
| pcwrite