ImageGear for .NET
InitializeFFTW(String) Method
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.FreqIP Namespace > ImGearFrequencyProcessing Class > InitializeFFTW Method : InitializeFFTW(String) Method




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

Glossary Item Box

Initializes the FFTW algorithm.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.