ImageGear .NET v25.2 - Updated
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.




In This Topic
    InitializeFFTW(String) Method
    In This Topic
    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