subsample
Reduce point cloud density using random, spatial, or octree subsampling. Specify method and parameter to control spacing or number of points. Output saved to file path.
Instructions
Reduce the density of a point cloud using random, spatial, or octree subsampling. Output is saved to the specified path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Absolute path to the input point cloud. | |
| output_path | Yes | Absolute path for the output file. | |
| method | No | Subsampling method. | SPATIAL |
| parameter | Yes | RANDOM: number of points to keep (int). SPATIAL: minimum spacing between points (metres). OCTREE: octree subdivision level (1–21). |