Falko Schindler

A Computer Vision Scientist from Bonn, Germany
Archive for July 2012

Presenting 3D Meshes online using X3DOM

2012-07-23 by Falko Schindler, tagged as tools

For presenting 3D meshes online you might want to try X3DOM. Besides the file x3dom.js you only need a mesh file in x3d format.

Read more »

Rock-Paper-Scissors with Kinect and Matlab

2012-07-16 by Falko Schindler, tagged as matlab

You might have heard about the cheating robot that beats you at rock, paper, scissors 100 % of the time. I don’t have a high speed robot at my lab. But at least the recognition part should be rather simple to re-implement. All it takes are some basic operations on binary images.

Read more »

Cylindrical Image Projection using Matlab's imtransform Function

2012-07-12 by Falko Schindler, tagged as matlab

In this short tutorial we will construct a custom transformation for projecting an image - given it's camera rotation R and calibration K - onto a cylindrical surface.

Read more »