compute_cloud_to_mesh_distances
Compute signed distances from a point cloud to a reference mesh to evaluate the deviation between a scan and a CAD model. Outputs a labelled point cloud for inspection.
Instructions
Compute signed distances from a point cloud to a reference mesh (C2M distance). Useful for comparing a scan to a CAD model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mesh_path | Yes | Absolute path to the reference mesh (OBJ, PLY, etc.). | |
| cloud_path | Yes | Absolute path to the compared point cloud. | |
| output_path | Yes | Absolute path for the labelled output cloud. |