public class StatisticalOutlierRemoval
extends java.lang.Object
| Constructor and Description |
|---|
StatisticalOutlierRemoval() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyFilter(vtk.vtkPoints points)
FIXME - Check stddev calc with medium (easier)
|
int |
getMeanK() |
vtk.vtkPoints |
getOutputPoints() |
double |
getStdMul() |
void |
setMeanK(int meanK) |
void |
setOutputPoints(vtk.vtkPoints outputPoints) |
void |
setStdMul(double stdMul) |
public void applyFilter(vtk.vtkPoints points)
points - public vtk.vtkPoints getOutputPoints()
public void setOutputPoints(vtk.vtkPoints outputPoints)
outputPoints - the outputPoints to setpublic int getMeanK()
public void setMeanK(int meanK)
meanK - the meanK to setpublic double getStdMul()
public void setStdMul(double stdMul)
stdMul - the stdMul to setCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.