vtkImageIslandRemoval2D - Removes small clusters in masks.
Super Class: vtkImageFilter
Description:
vtkImageIslandRemoval2D computes the area of separate islands in a mask image. It removes any island that has less than AreaThreshold pixels. Output has the same ScalarType as input. It generates the whole 2D output image for any output request.
Methods:
void vtkImageIslandRemoval2D () | |
static vtkImageIslandRemoval2D *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetAreaThreshold (int ) | |
int GetAreaThreshold () | |
void SetSquareNeighborhood (int ) | |
int GetSquareNeighborhood () | |
void SquareNeighborhoodOn () | |
void SquareNeighborhoodOff () | |
void SetIslandValue (float ) | |
float GetIslandValue () | |
void SetReplaceValue (float ) | |
float GetReplaceValue () | |
void InterceptCacheUpdate () | |
void Execute (vtkImageData * ,vtkImageData *) |
Detailed Method Descriptions:
void vtkImageIslandRemoval2D () |
void SetAreaThreshold (int ) | |
int GetAreaThreshold () |
void SetSquareNeighborhood (int ) | |
int GetSquareNeighborhood () | |
void SquareNeighborhoodOn () | |
void SquareNeighborhoodOff () |
void SetIslandValue (float ) | |
float GetIslandValue () |
void SetReplaceValue (float ) | |
float GetReplaceValue () |
void InterceptCacheUpdate () |