OpenVislab

The free software repository of the
Computer and Robot Vision Laboratory of ISR Lisbon


Currently the main focus is on a set of libraries which we are developing. You can compile and install them as follows:

svn co https://openvislab.svn.sourceforge.net/svnroot/openvislab/trunk openvislab

openvislab/CMake/README.sh
export VISLAB_CMAKE="`pwd`/openvislab/CMake/Modules"

cd openvislab/libvislab
cmake .
make
sudo make install

On Windows:


You might want to set LIBVISLAB_DIR environment variable to the install directory (e.g. "C:\Program Files\libvislab" or "/usr/local/"). This simplifies finding the libraries in projects like RobotCub.


Cheers,
the OpenVislab Team.

Valid XHTML 1.0 Strict