FreeFourierTransformationData method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int FreeFourierTransformationData (void);

Delphi Syntax

Function FreeFourierTransformationData ( ): L_INT;

Overview

Refer to Removing Noise

Remarks

(Raster Pro and above toolkits) Frees the storage that was allocated by the InitFourierTransformationData method.

This method should be called when your program no longer needs the array that is used to hold Fourier Transform coefficients. This method is used only when working with the Fourier Transform methods.

See Also

Elements:

InitFourierTransformationData method, DiscreteFourierTransformation method, FastFourierTransformation method, FrequencyFilter method, FrequencyFilterMask method, DisplayFourierTransformation method.

Topics:

Raster Images: Fourier Transforms.