pcmerge
Merge two 3-D point clouds
Syntax
Description
ptCloudOut = pcmerge(ptCloudA,ptCloudB,gridStep)gridStep specifies the size of the 3-D box for the
                    filter.
ptCloudOut = pcmerge(___,GridFilter=gridFilterMethod)
Examples
Input Arguments
Output Arguments
Tips
- If the two point clouds do not have the same set of properties filled, such as - Coloror- Normal, these properties will be cleared in the returned point cloud. For example, if- ptCloudAhas color but- ptCloudBdoes not, then- ptCloudOutwill not contain color.
- The function filters out points with - NaNor- Infvalues.
Extended Capabilities
Version History
Introduced in R2015a
See Also
Objects
- pointCloud|- planeModel|- affine3d|- rigid3d
Functions
- pccat|- pcalign|- pcplayer|- pcshow|- pcwrite|- pcread|- pctransform|- pcdownsample|- pcfitplane|- pcdenoise|- pcregistericp
