compute_cloud_to_cloud_distances
Calculate point-to-point distances from a compared cloud to a reference cloud. Outputs distance statistics and the compared cloud with a distance scalar field.
Instructions
Compute nearest-neighbour distances from every point in the 'compared' cloud to the 'reference' cloud (C2C distance). Returns distance statistics and saves the labelled cloud.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference_path | Yes | Absolute path to the reference point cloud. | |
| compared_path | Yes | Absolute path to the compared point cloud. | |
| output_path | Yes | Absolute path for the compared cloud with distance scalar field. | |
| max_distance | No | Maximum search distance (optional, in metres). |