Documentation for vtkImageIdealLowPass

vtkImageIdealLowPass - Simple frequency domain band pass.

Super Class: vtkImageFilter

Description:

vtkImageIdealLowPass just sets a portion of the image to zero. The result is an image with a lot of ringing. Input and Output must be floats. Dimensionality is set when the axes are set. Defaults to 2D on X and Y axes.

 

Methods:

void vtkImageIdealLowPass ()
static vtkImageIdealLowPass *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetCutOff (float ,float ,float )
void SetCutOff (float *)
void SetCutOff (float )
void SetXCutOff (float )
void SetYCutOff (float )
void SetZCutOff (float )
float *GetCutOff ()
float GetXCutOff ()
float GetYCutOff ()
float GetZCutOff ()
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int )

 

Detailed Method Descriptions:

Set/Get the cutoff frequency for each axis. The values are specified in the order X, Y, Z, Time. Units: Cycles per world unit (as defined by the data spacing).

void SetCutOff (float ,float ,float )
void SetCutOff (float *)
void SetCutOff (float )
void SetXCutOff (float )
void SetYCutOff (float )
void SetZCutOff (float )
float *GetCutOff ()
float GetXCutOff ()
float GetYCutOff ()