🔷Merge Point Clouds

Function Description

This operator can input two independent point clouds (or point cloud lists) and directly merge and concatenate all point cloud data from these two input ports into a single, large point cloud output.

Usage Scenarios

  • Point Cloud Data Integration: Merge point cloud data from different sources or different processing branches into one whole.

  • Building Complete Scenes: Stitch multiple separately acquired point cloud data together.

Input Output

Input

Point Cloud 1: The first input point cloud or point cloud list.

PointCloudsMerge input1

Point Cloud 2: The second input point cloud or point cloud list.

PointCloudsMerge input2

Output

Merged Point Cloud: A single point cloud after merging all points from the two inputs.

PointCloudsMerge output

Parameter Description

This operator has two versions:

  • Merge Point Clouds: Processes point clouds without normal information.

  • Merge Point Clouds (with normals): Processes point clouds with normal information.

Both have identical core functions, differing only in the type of point cloud data they process.