28 #ifndef vtkImageIslandRemoval2D_h
29 #define vtkImageIslandRemoval2D_h
32 #include "vtkImagingMorphologicalModule.h"
59 vtkSetMacro(AreaThreshold,
int);
60 vtkGetMacro(AreaThreshold,
int);
76 vtkSetMacro(IslandValue,
double);
77 vtkGetMacro(IslandValue,
double);
84 vtkSetMacro(ReplaceValue,
double);
85 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.