Filter Tool
(PCIFilterTool)
Short Description
With this tool you can filter local parts of pointclouds.
Usage
Choose Filter Type:
There are three different filter methods:
- Average: Use the average of attributes.
- Median: Use the median of attributes.
- Gaus: Use the gauss weighted average of attributes.
Filtermode:
The filter mode decides which points are chosen for the filter. There are three modes:
- Geometric: Use points inside a fixed radius sphere, centered on the clicked point.
- kNN: Use the k-nearest-Neighbours of the clicked point. Choose the number of k by changing the "kNN Count" value
- Hightmap: Build a local hightmap around the clicked point and filter hight values.
Strength:
Defines how strong points will be affected.
Attribute:
Here you can decide which attribute you want to filter.
Brushsize:
Here you can change the size of the filter region.
Complete Scene:
Uses the filter on every point of all clouds (very slow).