Available Code
This page gives links to research code developed in my group that is available. No guarantee that it is free of bugs and will compile on your platform. Please respect the license information available for the individual projects.
Multiview-Environment including Multi-View Stereo Reconstruction Code
We are releasing the core of our internal development system as open source. The "Multi-view environment" contains various tools and includes an implementation of the "Multi-view Stereo for Community Photo Collections" paper (ICCV 2007). More details are available at the project page.
Code for Surface Reconstruction from Multi-Resolution Sample Points
At VMV 2011, we presented the paper "Surface Reconstruction from Multi-Resolution Sample Points" by Patrick Mücke, Ronny Klowsky and Michael Goesele. An improved version of the code is now available at the project page.
Remesher Code
At VMV 2010, we presented the paper "Direct Resampling for Isotropic Surface Remeshing" by Simon Fuhrmann, Jens Ackermann, Thomas Kalbe, and Michael Goesele. The source code of our implementation is now available at the Isotropic Surface Remeshing web page.
CUDA SURF Code
Keypoint detection and matching is a basic computer vision task and a necessary ingredient for several applications, e.g., object recognition, structure from motion, panorama stitching. In this work we implement the popular SURF descriptor, an approximation of SIFT, on commodity graphics hardware and achieve real-time performance even for HD images. The code was originally developed as class project in the lecture "Programming Massively Parallel Processors" in the summer semester 2009. More infos and the source code are available at the CUDA SURF page, hosted at the Max Planck-Institut für Informatik.
