FftFilter Class

CVB.Net Documentation
Creation functions for FFT filters.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationFftFilter

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static class Filter
Methods

  NameDescription
Public methodStatic memberCreateBandPass(FftImage, Single, Single)
Create a Fourier space representation of a band pass filter.
Public methodStatic memberCreateBandPass(FftImage, Single, Single, Single)
Create a Fourier space representation of a band pass filter.
Public methodStatic memberCreateBandStop(FftImage, Single, Single)
Create a Fourier space representation of a band stop filter with a default width of 10%.
Public methodStatic memberCreateBandStop(FftImage, Single, Single, Single)
Create a Fourier space representation of a band stop filter.
Public methodStatic memberCreateHighPass(FftImage, Single)
Create a Fourier space representation of a high pass filter.
Public methodStatic memberCreateHighPass(FftImage, Single, Single)
Create a Fourier space representation of a high pass filter.
Public methodStatic memberCreateLowPass(FftImage, Single)
Create a Fourier space representation of a low pass filter.
Public methodStatic memberCreateLowPass(FftImage, Single, Single)
Create a Fourier space representation of a low pass filter.
Top
See Also

Reference