Resampling a Cloud

Point Cloud has two methods of cloud reduction.  There is a fast, naive method, and a slower, more intelligent method.
To resample a Cloud, right-mouse click the cloud in the Current Project tree and select Resample. This will open the Resample Cloud dialog.



Step method is much faster at the cost of being less intelligent. It will simply reduce the cloud to 1 / Step its current size by only keeping one out of every nth vertices.
For example, a step size of four, Resample will traverse the cloud and only keep every fourth vertex, deleting three for each one it keeps.


Oc-Tree tree method is a more intelligent process, but it can have significantly longer run times than the Step Method. The Oc-Tree creates a bounding box based on the "Oc-Tree Dimensions" settings. This bounding box is then subdivided into blocks (nodes) based on the "Oc-Tree Resolution" settings. The points in each block (node) in the Oc-Tree is then filtered according to the "Oc-Tree Nodes" settings.
Click the Green Tick to resample the Cloud. The new Cloud will be displayed in the Clouds sub-menu of the Current Project tree.

See also: Clean Cloud
Converted from CHM to HTML with chm2web Standard 2.85 (unicode)