** This project is no longer maintained **
Gordon Erlebacher - [email protected]
Nathan Crock - [email protected]
- Department of Scientific Computing
- Center For Ocean-Atmospheric Predition Studies
- Mac OSX
- Ubuntu 12.04
GLUT - 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.
Armadillo - C++ Linear Algebra Library
Installation 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 ..
The project is built with cmake 2.8 or higher. From the project's root directory...
mkdir build
cd build
cmake ..
make