FftForward Method (ImagePlane, Rect, 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,
	Rect aoi,
	FftNormalization normalization,
	FftWindow window
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to be transformed.
aoi
Type: Stemmer.CvbRect
Image region 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