summaryrefslogtreecommitdiffstats
path: root/SD-VBS/licenses/MSER.license.txt.gpl2
diff options
context:
space:
mode:
Diffstat (limited to 'SD-VBS/licenses/MSER.license.txt.gpl2')
-rw-r--r--SD-VBS/licenses/MSER.license.txt.gpl234
1 files changed, 34 insertions, 0 deletions
diff --git a/SD-VBS/licenses/MSER.license.txt.gpl2 b/SD-VBS/licenses/MSER.license.txt.gpl2
new file mode 100644
index 0000000..43f1a66
--- /dev/null
+++ b/SD-VBS/licenses/MSER.license.txt.gpl2
@@ -0,0 +1,34 @@
1MSER is a subcomponent drawn from the VLFeat open source package (http://VLFeat.org), version 0.9.4.1.
2The version of MSER is .5.
3
4The VLFeat.org webpage contains the following text:
5
6http://vlfeat.org/index.html (retrieved September 7, 2009):
7
8<p>The <b>VLFeat</b> <a shape="rect" href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">
9 open source</a> library implements popular computer vision algorithms including
10 <em>SIFT</em>, <em>MSER</em>, <em>k-means</em>, <em>hierarchical
11 k-means</em>, <em>agglomerative information bottleneck, and quick shift</em>.
12 It is written in C for efficiency and compatibility, with interfaces in
13 MATLAB for ease of use, and detailed documentation throughout. It supports
14 <em>Windows</em>, <em>Mac OS X</em>, and <em>Linux</em>. The latest version of
15 VLFeat is <code>0.9.4.1</code>.</p>
16
17Thus, MSER is licensed under the GNU General Public License (GPL), version 2.0.
18
19We have included a copy of the GNU GPL 2.0 in this directory, in the file gpl-2.0.html.
20
21We have modified MSER in the following ways:
22
23- we generated a standalone C version from the mser.mex.c source.
24- we augmented the code in order to support collection of benchmarking data (matlab and C)
25- we create benchmark inputs for the code (matlab and C)
26- we modified the code to use our own standardized library for common functions (matlab and C)
27
28Since GPL is viral, our modifications to this benchmark are also open source, under the
29GPL 2.0 license.
30
31
32
33
34 \ No newline at end of file