Tool Point Cloud Thinning (Simple)
This simple thinning tool reduces the number of points in a point cloud by sequential point removal. It is therefore most suited for points stored in chronological order.
- Author: Volker Wichmann (c) 2010, LASERDATA GmbH
- Menu: Shapes|Point Clouds|Tools
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Points | Point Cloud, input | INPUT | - | - |
Output | Thinned Points (*) | Point Cloud, output, optional | RESULT | - | - |
Options | Percent | Floating point | PERCENT | Reduce the number of points to this percentage. | Minimum: 0.000000 Maximum: 100.000000 Default: 50.000000 |
Number of Points | Integer, GUI | NUMBER | - | Minimum: 0 Default: 0 |
(*) optional |
Command-line
Usage: saga_cmd pointcloud_tools 9 [-INPUT <str>] [-RESULT <str>] [-PERCENT <double>]
-INPUT:<str> Points
Point Cloud, input
-RESULT:<str> Thinned Points
Point Cloud, output, optional
-PERCENT:<double> Percent
Floating point
Minimum: 0.000000
Maximum: 100.000000
Default: 50.000000