PCLStatisticalOutlierRemoval¶
-
MLModule
¶ genre PCLFilters
author Wolf Spindler
package FMEstable/PCL
dll MLPCLFilters
definition MLPCLFilters.def see also PCLRadiusOutlierRemoval
,IntervalThreshold
,PCLCropBox
,PCLPointMemberArithmetic
,PCLPassThrough
,PCLBilateralFilter
inherits from PCLModule
keywords points
,clouds
,PCL
,smooth
,cleanup
,noise
,neighbourhood
,neighborhood
,statistics
,filter
Purpose¶
Applies the pcl::StatisticalOutlierRemoval filter to the input point cloud and provides the filter result at the output. Indices of extracted points are also provided in the output base object. See pcl::StatisticalOutlierRemoval for details. This filter can be useful as a noise filter often.