Concatenate 3-D point cloud array
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.
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.