README.md
Ensemble Emprical Mode Decomposition Library
** This project is still under very heavy development **
AuthorsInstitutionFlorida State University- Department of Scientific Computing
- Center For Ocean-Atmospheric Predition Studies
Compilation and InstallationOS SupportDependenciesGLUT - OpenGL Utility Toolkit
OpenGL - Cross-language, multi-platform API for rendering 2D and 3D computer graphics
NetCDF - C++ interface to the NetCDF data format
OpenCV - Open source computer vision and machine learning software library.
Notes on DependenciesInstallation flags for OpenCV
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local-D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON-D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON-D BUILD_EXAMPLES=ON -D WITH_QT=ON -D WITH_OPENGL=ON ..To CompileThe project is built with cmake 2.8 or higher. From the project's root directory...
mkdir buildcd buildcmake ..make