Archive for July 2012
Presenting 3D Meshes online using X3DOM
2012-07-23 by , tagged as
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.
Rock-Paper-Scissors with Kinect and Matlab
2012-07-16 by , tagged as
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.
Cylindrical Image Projection using Matlab's imtransform Function
2012-07-12 by , tagged as
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.