Vintasoft.Imaging.ImageProcessing.Fft.Filtering.Lowpass Namespace (Vintasoft.Imaging)
In This Topic
Contains classes, which allow to apply the lowpass filtering, in the frequency domain, to an image.
Classes
| Class | Description |
 | ButterworthLowpassCommand | Applies the Butterworth lowpass filtering, in the frequency domain, to an image. |
 | GaussianLowpassCommand | Applies the Gaussian lowpass filter, in the frequency domain, to an image. |
 | IdealLowpassCommand | Applies the ideal lowpass filtering, in the frequency domain, to an image. |
 | LowpassCommand | Provides an abstract class for applying the lowpass filtering, in the frequency domain, to an image. |
See Also