27 #ifndef __vtkImageIslandRemoval2D_h
28 #define __vtkImageIslandRemoval2D_h
54 vtkSetMacro(AreaThreshold,
int);
55 vtkGetMacro(AreaThreshold,
int);
60 vtkSetMacro(SquareNeighborhood,
int);
61 vtkGetMacro(SquareNeighborhood,
int);
62 vtkBooleanMacro(SquareNeighborhood,
int);
67 vtkSetMacro(IslandValue,
double);
68 vtkGetMacro(IslandValue,
double);
73 vtkSetMacro(ReplaceValue,
double);
74 vtkGetMacro(ReplaceValue,
double);
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()