ImageGear .NET v25.2 - Updated
InitializeFFTW(String) Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.