Fft Class

CVB.Net Documentation
Collection of FFT functions.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationFft

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

public static class Fft

The Fft type exposes the following members.

Methods

  NameDescription
Public methodStatic memberForward(ImagePlane, FftNormalization, FftWindow)
Calculate the Fourier transformation of an image.
Public methodStatic memberForward(ImagePlane, Rect, FftNormalization, FftWindow)
Calculate the Fourier transformation of an image.
Public methodStatic memberInverse(FftImage)
Calculate the inverse Fourier transformation.
Public methodStatic memberInverse(FftImage, FftNormalization)
Calculate the inverse Fourier transformation.
Public methodStatic memberMultiply
Multiply two compressed FFT images.
Public methodStatic memberMultiplyConjugated
Multiply a compressed FFT image with the complex conjugate of another compressed FFT image.
Top
See Also

Reference