FftForward Method (ImagePlane, FftNormalization, FftWindow)

CVB.Net Documentation
Calculate the Fourier transformation of an image.

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

public static FftImage Forward(
	ImagePlane plane,
	FftNormalization normalization,
	FftWindow window
)

Parameters

plane
Type: Stemmer.CvbImagePlane
image to be transformed
normalization
Type: Stemmer.Cvb.FoundationFftNormalization
normalization to apply
window
Type: Stemmer.Cvb.FoundationFftWindow
window to apply

Return Value

Type: FftImage
transformed image
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the plane to work on has already been disposed.
See Also

Reference