vtkImageButterworthHighPass - Frequency domain high pass.
Super Class: vtkImageFilter
Description:
vtkImageButterworthHighPass the frequency components around 0 are attenuated. Input and output are in floats, with two components (complex numbers). out(i, j) = 1 / (1 + pow(CutOff/Freq(i,j), 2*Order));
See Also:
Methods:
![]() | void vtkImageButterworthHighPass () |
![]() | static vtkImageButterworthHighPass *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 SetOrder (int ) |
![]() | int GetOrder () |
![]() | void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions:
![]() | 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 SetOrder (int ) |
![]() | int GetOrder () |