FftInverse Method (FftImage)

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
)

Parameters

fftImg
Type: Stemmer.Cvb.FoundationFftImage
Fourier transformed image

Return Value

Type: Image
Image in space domain
Exceptions

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

Reference