ImageGear Professional v18.2 > API Reference Guide > FreqIP Component API Reference > FreqIP Component Objects > IGFreqIPCtl Control > IGFreqIPCtl Methods > InverseFFTToImage Method |
Performs an inverse Fast Fourier Transform of the input IGComplexObject object. The difference between this method and InverseFFT is that this method returns an IGPage Object as the result, using the default conversion type IG_CO_OBJ_CONV_TYPE_REAL.
InverseFFTToImage (pComplexObject As IGComplexObject,
nScalingMethod As enumIGFFTScalingMethods, bCenterTransform As
Boolean) As IGPage
Name | Description |
---|---|
pComplexObject | IGComplexObject object to process. |
nScalingMethod | Specifies the method of scaling the result data. |
bCenterTransform | Flag to indicate whether to center the transform. |
Returns an IGPage Object, which contains result data.
N/A
FreqIP