latest news

2008/03/17

The proposal for a talk about real-time computer vision with Ruby at OSCON2008 was accepted.

read more ...

2008/01/18

After reading the paper "Lucas-Kanade 20 Years On: A Unifying Framework" I have implemented a Lucas-Kanade tracker in Ruby.

read more ...

2008/01/12

I finally put the pictures of my Dubai trip online.

see pictures ...

additional links

contact

Jan Wedekind

Sheffield, S6 2UE

United Kingdom

j.nosp@m.an@wedes.nosp@m.oft.de

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 streetmaps. 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 tar-gz-file. 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.