Merge two 3-D point clouds
returns
a merged point cloud using a box grid filter. ptCloudOut
= pcmerge(ptCloudA
,ptCloudB
,gridStep
)gridStep
specifies
the size of the 3-D box for the filter.
If the two point clouds do not have the same set of properties filled, such as
Color
or Normal
, these properties will
be cleared in the returned point cloud. For example, if
ptCloudA
has color but ptCloudB
does not, then ptCloudOut
will not contain color.
The function filters out points with NaN
or
Inf
values.
affine3d
| planeModel
| pointCloud
| rigid3d
pcalign
| pccat
| pcdenoise
| pcdownsample
| pcfitplane
| pcplayer
| pcread
| pcregistericp
| pcshow
| pctransform
| pcwrite