ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.FreqIP Namespace / ImGearFrequencyProcessing Class / InitializeFFTW Method / InitializeFFTW() Method




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