Go to the documentation of this file.
53 #ifndef vtkStatisticalOutlierRemoval_h
54 #define vtkStatisticalOutlierRemoval_h
56 #include "vtkFiltersPointsModule.h"
83 vtkGetMacro(SampleSize,
int);
94 vtkGetMacro(StandardDeviationFactor,
double);
113 vtkGetMacro(ComputedMean,
double);
122 vtkGetMacro(ComputedStandardDeviation,
double);
abstract class for filtering a point cloud
double StandardDeviationFactor
remove sparse outlier points
int FilterPoints(vtkPointSet *input) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkStatisticalOutlierRemoval() override
static vtkStatisticalOutlierRemoval * New()
Standard methods for instantiating, obtaining type information, and printing information.
double ComputedStandardDeviation
a simple class to control print indentation
vtkStatisticalOutlierRemoval()
void SetLocator(vtkAbstractPointLocator *locator)
Specify a point locator.
abstract class for specifying dataset behavior
vtkAbstractPointLocator * Locator
abstract class to quickly locate points in 3-space