pccat
Description
concatenates a 3-D point cloud array, ptCloudOut
= pccat(ptClouds
)ptClouds
.
ptCloudOut
contains the Location
,
Color
, Normal
, and
Intensity
property values of all the concatenated point
clouds.
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 R2020b