Latest News

2009/06/21

Jörg Tauss opposes German internet censorship infrastructure
More...

2009/06/13

Katana robot encourages integration
More...

2009/05/27

Former Microsoft employee discovers free software
More...

2009/05/21

Obama speaks up about Guantanamo
More...

2009/05/03

Independent film inspired by J.R.R. Tolkien's Lord of the Rings
More...

2009/04/16

A terrorist's garbage bin
More...

2009/04/09

Open classes and overloading methods in Ruby
More...

2009/04/05

Openmoko suspends development of the GTA03 smartphone
More...

...

HornetsEye

HornetsEye is a Ruby real-time computer vision extension running under GNU/Linux and Microsoft Windows. It offers interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and Video For Linux (V4L). HornetsEye is implemented in Ruby and thus can be used interactively. HornetsEye is free software!

AnyMeal

AnyMeal is a GNU/Linux recipe database software developed using MySQL and XML. It can manage a cookbook with more than 100,000 recipes, thereby allowing to search, display, edit, import, and export them. AnyMeal is designed to be lean and flexible. AnyMeal is free software!

Mobile Streetmaps

MobiNav is a small J2ME application for mobile phones which can display multiresolution maps. The software can display the direction to a target location and it can zoom in and out very quickly using a pre-recorded multiresolution pyramid. MobiNav is free software!

You can download the map of Weybridge here (license: GFDL).

There are more mobile streetmaps on the MMVLWiki.

Gyroscope Simulator

The gyroscope simulator simulates a block-shaped mass, which is rotating in free space. Using the mouse-cursor the rotational impulse vector may be specified. After this the model rotates or tumbles. I’ve compiled the sources under GNU/Linux. The C++ source code is available as archive File icongyration.tar.gz (11.66 KiB). For compilation the Qt3-library (available at Trolltech) is required. You also need to install boost, lapack, blas and probably f2c. After editing the Makefile the executable is generated using make.

Depth From Focus

Depth From Focus is a popular algorithm in microscopy. By maximising a simple sharpness measure such as local gradient or variance over the depth, one can obtain 3D reconstructions of microscopic surfaces. In my (German) diploma thesis about reconstruction of micro objects based on focus sets I have developed a multiresolution algorithm to cope with systematic errors. There also is a (English) paper about the algorithm. An implementation of a simplified multiresolution algorithm is available on the MMVLWiki.