27 #ifndef vtkImageIslandRemoval2D_h
28 #define vtkImageIslandRemoval2D_h
55 vtkSetMacro(AreaThreshold,
int);
56 vtkGetMacro(AreaThreshold,
int);
61 vtkSetMacro(SquareNeighborhood,
int);
62 vtkGetMacro(SquareNeighborhood,
int);
63 vtkBooleanMacro(SquareNeighborhood,
int);
68 vtkSetMacro(IslandValue,
double);
69 vtkGetMacro(IslandValue,
double);
74 vtkSetMacro(ReplaceValue,
double);
75 vtkGetMacro(ReplaceValue,
double);
#define VTKIMAGINGMORPHOLOGICAL_EXPORT
a simple class to control print indentation
Removes small clusters in masks.
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
~vtkImageIslandRemoval2D()