Falko Schindler

A Computer Vision Scientist from Bonn, Germany

OpenCL and Ubuntu

2010-06-11 by Falko Schindler, tagged as tools

OpenCL is a powerful framework for GPU programming. Using your graphics card for scientific computations can save you time by orders of magnitude!

Read more »

Connecting GIMP with Octave or Matlab

2010-06-10 by Falko Schindler, tagged as matlab

GIMP is one of the most common open source and platform independent image editing softwares. For scientific purposes you might want to apply your freshly developed image processing algorithm to an image loaded with GIMP.
The GIMP Octave Plugin is a quick and easy way to run Octave or Matlab right out of the GIMP environment.

Read more »

Dropbox and TrueCrypt: Easy and Secure File Synchronization

2010-06-09 by Falko Schindler, tagged as tools


Dropbox is a well-known platform independent file synchronization service that allows you to sync one Dropbox-folder on your filesystem with their webserver. Installing the Dropbox service on multiple computers you can

Read more »

Synergy: Working on Two Computers with One Keyboard/Mouse

2010-06-07 by Falko Schindler, tagged as tools

Synergy is a great tool if you are working on two computers simultaneously and you would like to share one mouse and one keyboard. It comes with a light-weight GUI and is plattform independent.

Read more »

Completeness of Coding with Image Features

2010-04-01 by Falko Schindler, tagged as publication

We investigated combinations of different feature detectors to get as much information as possible. Good results can be achieved with two or three detectors only in case they are highly complementary. Therefore we developed a measurement scheme for the completeness of a set of detectors with respect to the information contained in an image, which gives direct insight into the complementarity of detectors. It has been published in the International Journal of Computer Vision and in a shorter version on BMVC’09.

Read more »

SFOP - A scale-invariant junction detector

2009-09-30 by Falko Schindler, tagged as publication

My colleagues and I at the Department of Photogrammetry, Bonn developed a novel scale-invariant keypoint detector, called SFOP, which contains a scale-selection mechanism for junction-type and circular features.

Read more »

MATLAB Array Manipulation Tips and Tricks

2009-08-11 by Falko Schindler, tagged as matlab

MATLAB Array Manipulation Tips and Tricks is a collection of very useful tips and tricks regarding array manipulation in Matlab. The main focus is on memory requirements and computing time, which is mostly achieved by vectorization of for-loops or other clever knacks. This can save you hours!

Read more »