vtkImageConvolve

Section: Visualization Toolkit Imaging Classes

Usage

vtkImageConvolve convolves the image with a 3D NxNxN kernel or a 2D NxN kernal. The output image is cropped to the same size as the input.

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

  obj = vtkImageConvolve

Methods

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