Module Point Cloud Thinning (simple)
The module can be used to remove every i-th point from a point cloud. This thinning method is most suited for data in chronological order.
- Author: Volker Wichmann (c) 2010, LASERDATA GmbH
- Specification: grid
- Menu: Shapes|Point Clouds|Tools
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Input | Point Cloud (input) | INPUT | Point Cloud to drop attribute from. | - |
Output | Result | Point Cloud (output) | RESULT | Resulting Point Cloud. | - |
Options | Stepwidth | Integer | STEP | Remove every i-th point. | Minimum: 2 Default: 2 |
Command-line
Usage: saga_cmd pointcloud_tools 9 [-INPUT <str>] [-RESULT <str>] [-STEP <num>] -INPUT:<str> Input Point Cloud (input) -RESULT:<str> Result Point Cloud (output) -STEP:<num> Stepwidth Integer Minimum: 2 Default: 2