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