 |
VTK
9.0.1
|
Go to the documentation of this file.
50 #ifndef vtkStatisticalOutlierRemoval_h
51 #define vtkStatisticalOutlierRemoval_h
53 #include "vtkFiltersPointsModule.h"
79 vtkGetMacro(SampleSize,
int);
90 vtkGetMacro(StandardDeviationFactor,
double);
109 vtkGetMacro(ComputedMean,
double);
118 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