ImageGear for .NET
InitializeFFTW() Method




Initializes the FFTW algorithm.
Syntax
'Declaration
 
Public Overloads Shared Function InitializeFFTW() As Boolean
'Usage
 
Dim value As Boolean
 
value = ImGearFrequencyProcessing.InitializeFFTW()
public static bool InitializeFFTW()
public: static bool InitializeFFTW(); 
public:
static bool InitializeFFTW(); 

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 system default path.

See Also

Reference

ImGearFrequencyProcessing Class
ImGearFrequencyProcessing Members
Overload List
InitializeFFTW(String) Method

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback