16 #ifndef vtkImageIslandRemoval2D_h
17 #define vtkImageIslandRemoval2D_h
20 #include "vtkImagingMorphologicalModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
48 vtkSetMacro(AreaThreshold,
int);
49 vtkGetMacro(AreaThreshold,
int);
65 vtkSetMacro(IslandValue,
double);
66 vtkGetMacro(IslandValue,
double);
73 vtkSetMacro(ReplaceValue,
double);
74 vtkGetMacro(ReplaceValue,
double);
vtkTypeBool SquareNeighborhood
a simple class to control print indentation
Removes small clusters in masks.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.