vtkImageDilateErode3D

Section: Visualization Toolkit Imaging Classes

Usage

vtkImageDilateErode3D will dilate one value and erode another. It uses an elliptical foot print, and only erodes/dilates on the boundary of the two values. The filter is restricted to the X, Y, and Z axes for now. It can degenerate to a 2 or 1 dimensional filter by setting the kernel size to 1 for a specific axis.

To create an instance of class vtkImageDilateErode3D, simply invoke its constructor as follows

  obj = vtkImageDilateErode3D

Methods

The class vtkImageDilateErode3D has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkImageDilateErode3D class.