This is a selection of my open source contributions.
Research code
VLFeat is a lightweight C library of low-level computer vision algorithms compatible with MATLAB. Implemented algorithms include SIFT and MSER.
SIFT and SIFT++ are respectively a MATLAB/C and command line/C++ implementation of the SIFT feature detector and descriptor. MSER is a MATLAB/C implementation of the MSER detector. All this is superseded by VLFeat.
Utility code
Autorights is a companion script that can be used to automatically extracted formatted HTML documentation from the comments embedded in a set of M-Files. Text is automatically structured by using a symple and natural syntax in the comments.
Anaview is a MATLAB function to generate anaglyphs from MATLAB figures.