vtkImageThreshold

Section: Visualization Toolkit Imaging Classes

Usage

vtkImageThreshold can do binary or continuous thresholding for lower, upper or a range of data. The output data type may be different than the output, but defaults to the same type.

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

  obj = vtkImageThreshold

Methods

The class vtkImageThreshold 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 vtkImageThreshold class.