FftInverse Method (FftImage, FftNormalization)

CVB.Net Documentation
Calculate the inverse Fourier transformation.

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

public static Image Inverse(
	FftImage fftImg,
	FftNormalization normalization
)

Parameters

fftImg
Type: Stemmer.Cvb.FoundationFftImage
Fourier transformed image.
normalization
Type: Stemmer.Cvb.FoundationFftNormalization
Normalization to apply.

Return Value

Type: Image
Image in space domain.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input fftImg is null
ObjectDisposedExceptionIf the input fftImg has already been disposed
Remarks

Only set a different normalization than Normalization if appropriate as otherise the calculations result in erroneous values.
See Also

Reference