#include "ltwrappr.h"
static L_INT LBitmap::FreeFTArray(pFTArray, uFlags = 0)
pFTARRAY pFTArray; |
pointer to structure |
L_UINT32 uFlags; |
flags |
Frees the 2D storage array that was allocated by LBitmap::AllocFTArray.
Parameter |
Description |
pFTArray |
Pointer to the FTARRAY structure to be freed. |
uFlags |
Reserved for future use. Must be 0. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
This function should be called when your program no longer needs the 2D array that is used to hold Fourier Transform coefficients. This function is used only when working with the Fourier Transform functions. Do not use pFTArray after this function returns.
This function does not support 32-bit grayscale images. It returns the error code ERROR_GRAY32_UNSUPPORTED if a 32-bit grayscale image is passed to this function.
Required DLLs and Libraries
LTIMGCOR For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
For an example, refer to LBitmap::DFT.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET