ImageGear for .NET
InverseFFTToImage Method
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.FreqIP Namespace > ImGearFrequencyProcessing Class : InverseFFTToImage Method




value
ImGearComplexObject class object to be processed.
scalingMethod
Specifies the method of scaling the result data.
useCenteredTransform
Flag to indicate whether to use centered transform.

Glossary Item Box

Performs an inverse Fast Fourier Transform.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

value
ImGearComplexObject class object to be processed.
scalingMethod
Specifies the method of scaling the result data.
useCenteredTransform
Flag to indicate whether to use centered transform.

Return Value

ImageGear.Core.ImGearPage class.

Remarks

This method performs an inverse Fast Fourier Transform.

Before using this method, like other frequency processing methods, InitializeFFTW method must be called first to initialize the support for FFTW.

Can be applied only to valid ImGearComplexObject class object.

ImGearFrequencyProcessingVerifier.CanApplyInverseFFTToImage method can be called to check whether the operation can be performed or not.

See Also

©2013. Accusoft Corporation. All Rights Reserved.