diff options
Diffstat (limited to 'SD-VBS/licenses/MSER.license.txt')
| -rw-r--r-- | SD-VBS/licenses/MSER.license.txt | 46 |
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 @@ | |||
| 1 | The MSER (Maximally Stable Extremal Region) benchmark is derived from the source provided by Andrea Vedaldi | ||
| 2 | at http://www.vlfeat.org/~vedaldi/code/mser.html, version 0.4. A later | ||
| 3 | version of the component, version .5, has since been incorporated into the VLFeat open source | ||
| 4 | package (http://VLFeat.org), version 0.9.4.1. | ||
| 5 | |||
| 6 | The header files of the version .4 MSER code contain the following license: | ||
| 7 | |||
| 8 | /* AUTORIGHTS | ||
| 9 | Copyright (C) 2006 Regents of the University of California | ||
| 10 | All rights reserved | ||
| 11 | |||
| 12 | Written by Andrea Vedaldi (UCLA VisionLab). | ||
| 13 | |||
| 14 | Redistribution and use in source and binary forms, with or without | ||
| 15 | modification, 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 | |||
| 26 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY | ||
| 27 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
| 28 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
| 29 | DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY | ||
| 30 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
| 31 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
| 32 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
| 33 | ON 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 | ||
| 35 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 36 | */ | ||
| 37 | |||
| 38 | We 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 | |||
| 45 | Our modifications are available under the same license as above, since UCSD is also | ||
| 46 | part of the University of California. | ||
