Wavelet - A library for online estimation of the Continuous Wavelet Transform
0.1-alpha
|
To compile the library, you need the following dependencies installed:
See the xcode project in "ide/xcode/"
The library can be built using CMake. In the root directory, type the following command to generate the Makefiles:
The following commands can be used to build the static library and run the unit tests, and generate the documentation:
The following commands can be used to generate the developer documentation and the api documentation:
The header file "wavelet_all.h" includes all useful headers of the library.
The python module can be built using CMake. In the python directory, type the following command to generate the Makefiles and build the python module:
The module should be installed in "${wavelet_root}/python/bin/"