summaryrefslogtreecommitdiffstats
path: root/SD-VBS/licenses/MSER.license.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SD-VBS/licenses/MSER.license.txt')
-rw-r--r--SD-VBS/licenses/MSER.license.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/SD-VBS/licenses/MSER.license.txt b/SD-VBS/licenses/MSER.license.txt
new file mode 100644
index 0000000..05bbeb4
--- /dev/null
+++ b/SD-VBS/licenses/MSER.license.txt
@@ -0,0 +1,46 @@
1The MSER (Maximally Stable Extremal Region) benchmark is derived from the source provided by Andrea Vedaldi
2at http://www.vlfeat.org/~vedaldi/code/mser.html, version 0.4. A later
3version of the component, version .5, has since been incorporated into the VLFeat open source
4package (http://VLFeat.org), version 0.9.4.1.
5
6The header files of the version .4 MSER code contain the following license:
7
8/* AUTORIGHTS
9Copyright (C) 2006 Regents of the University of California
10All rights reserved
11
12Written by Andrea Vedaldi (UCLA VisionLab).
13
14Redistribution and use in source and binary forms, with or without
15modification, are permitted provided that the following conditions are met
16
17 * Redistributions of source code must retain the above copyright
18 notice, this list of conditions and the following disclaimer.
19 * Redistributions in binary form must reproduce the above copyright
20 notice, this list of conditions and the following disclaimer in the
21 documentation and/or other materials provided with the distribution.
22 * Neither the name of the University of California, Berkeley nor the
23 names of its contributors may be used to endorse or promote products
24 derived from this software without specific prior written permission.
25
26THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
27EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
28WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
30DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
32LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
33ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36*/
37
38We have modified MSER in the following ways:
39
40- we generated a standalone C version from the mser.mex.c source.
41- we augmented the code in order to support collection of benchmarking data (matlab and C)
42- we create benchmark inputs for the code (matlab and C)
43- we modified the code to use our own standardized library for common functions (matlab and C)
44
45Our modifications are available under the same license as above, since UCSD is also
46part of the University of California.