MSER is a subcomponent drawn from the VLFeat open source package (http://VLFeat.org), version 0.9.4.1. The version of MSER is .5. The VLFeat.org webpage contains the following text: http://vlfeat.org/index.html (retrieved September 7, 2009):

The VLFeat open source library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift. It is written in C for efficiency and compatibility, with interfaces in MATLAB for ease of use, and detailed documentation throughout. It supports Windows, Mac OS X, and Linux. The latest version of VLFeat is 0.9.4.1.

Thus, MSER is licensed under the GNU General Public License (GPL), version 2.0. We have included a copy of the GNU GPL 2.0 in this directory, in the file gpl-2.0.html. We have modified MSER in the following ways: - we generated a standalone C version from the mser.mex.c source. - we augmented the code in order to support collection of benchmarking data (matlab and C) - we create benchmark inputs for the code (matlab and C) - we modified the code to use our own standardized library for common functions (matlab and C) Since GPL is viral, our modifications to this benchmark are also open source, under the GPL 2.0 license.