Documentation for vtkImageIdealHighPass

vtkImageIdealHighPass - Simple frequency domain band pass.

Super Class: vtkImageFilter

Description:

vtkImageIdealHighPass just sets a portion of the image to zero. The sharp cutoff in the frequence domain produces ringing in the spatial domain. Input and Output must be floats. Dimensionality is set when the axes are set. Defaults to 2D on X and Y axes.

 

Methods:

void vtkImageIdealHighPass ()
static vtkImageIdealHighPass *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 ()