mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
16 lines
839 B
HTML
16 lines
839 B
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Point Cloud Thinning (simple)</h1>
|
|
<div class='author'>Volker Wichmann (c) 2010, LASERDATA GmbH</div>
|
|
<div class='description'>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.<br/>
|
|
<br/>
|
|
</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Input <div class='type'>Input Point Cloud</div></dt><dd>Point Cloud to drop attribute from. <div class='constraints'></div></dd>
|
|
<dt>Result <div class='type'>Output Point Cloud</div></dt><dd>Resulting Point Cloud. <div class='constraints'></div></dd>
|
|
<dt>Stepwidth <div class='type'>Integer</div></dt><dd>Remove every i-th point. <div class='constraints'>Minimum: 2.0</div></dd>
|
|
</dl>
|
|
</body></html>
|