Vintasoft.Imaging.ImageProcessing.Fft.Filtering.Highpass Namespace (Vintasoft.Imaging)
In This Topic
Contains classes, which allow to apply the highpass filtering, in the frequency domain, to an image.
Classes
| Class | Description |
 | ButterworthHighpassCommand | Applies the Butterworth highpass filtering, in the frequency domain, to an image. |
 | GaussianHighpassCommand | Applies the Gaussian highpass filter, in the frequency domain, to an image. |
 | HighpassCommand | Provides an abstract class for applying the highpass filtering, in the frequency domain, to an image. |
 | IdealHighpassCommand | Applies the ideal highpass filtering, in the frequency domain, to an image. |
See Also