Downloads


Install script to install OpenCV with ffmpeg on Ubuntu 9.04

Here is a shell script, that automatically downloads and installs the OpenCV with ffmpeg on a debian like system (only tested with Ubuntu 9.04). Set the proper rights for the script (e.g 775) and execute it. [Download


Patched ANN for gcc 4.3

Patched version of Approximated Nearest Neighbourhood (ANN) library. Some headers where added to make it compilabel for thr gcc 4.3 compiler. This was necessary due to heavy cleanup in the 4.3 default headers. [Download

You can also downlad a shell script, that automatically downloads and installs the ANN library on a debian like system (only tested with Ubuntu 9.04). Set the proper rights for the script (e.g 775) and execute it. [Download


Java Tutorial

This tutorial (including source code) is intended to serve as an introduction to the powerful world of object orientation. It addresses programmers with basic background about programming in Java, but little knowledge about object-oriented programming. [Download]