SAGA 9.3.3 | Tool Library Documentation

Point Cloud Thinning (Simple)


Description

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.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointspoint cloud, inputINPUT--
OutputThinned Pointspoint cloud, output, optionalRESULT--
OptionsPercentfloating point numberPERCENTReduce the number of points to this percentage.Minimum: 0.000000 Maximum: 100.000000 Default: 50.000000
Number of Pointsinteger number, GUINUMBER-Minimum: 0 Default: 0

Command Line


Usage: saga_cmd pointcloud_tools 9 [-INPUT ] [-RESULT ] [-PERCENT ]
  -INPUT:     	Points
	point cloud, input
  -RESULT:    	Thinned Points
	point cloud, output, optional
  -PERCENT:	Percent
	floating point number
	Minimum: 0.000000
	Maximum: 100.000000
	Default: 50.000000