ImageGear .NET v24.12 - Updated
InitializeFFTW(String) Method




ImageGear24.Processing.Advanced Assembly > ImageGear.FreqIP Namespace > ImGearFrequencyProcessing Class > InitializeFFTW Method : InitializeFFTW(String) Method
The path to search for needed library files to Initialize FFTW.
Initializes the FFTW algorithm.
Syntax
'Declaration
 
Public Overloads Shared Function InitializeFFTW( _
   ByVal libraryPath As String _
) As Boolean
'Usage
 
Dim libraryPath As String
Dim value As Boolean
 
value = ImGearFrequencyProcessing.InitializeFFTW(libraryPath)
public static bool InitializeFFTW( 
   string libraryPath
)
public: static bool InitializeFFTW( 
   string* libraryPath
) 
public:
static bool InitializeFFTW( 
   String^ libraryPath
) 

Parameters

libraryPath
The path to search for needed library files to Initialize FFTW.

Return Value

If FFTW algorithm is initialized - true, otherwise - false.
Remarks
This method initializes the FFTW algorithm used in ImageGear. Necessary license check will be performed to make sure FFTW is a licensed feature.

Note that this method searches for the library files using the specified path.

See Also

Reference

ImGearFrequencyProcessing Class
ImGearFrequencyProcessing Members
Overload List
InitializeFFTW Method