diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2021-10-26 13:22:32 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2021-10-26 13:22:32 -0400 |
| commit | 14c854543b1a3cf344a371a5b45595657f95786b (patch) | |
| tree | 70f752880522e5e44669af365754ac0f649dce81 /SD-VBS/licenses | |
| parent | 5e2ccfae0532ddd89bcc04bf14aad451e9c79785 (diff) | |
add deadlines and costs
Diffstat (limited to 'SD-VBS/licenses')
| -rw-r--r-- | SD-VBS/licenses/Disparity.license.txt | 33 | ||||
| -rw-r--r-- | SD-VBS/licenses/Localization.license.txt | 33 | ||||
| -rw-r--r-- | SD-VBS/licenses/MSER.license.txt | 46 | ||||
| -rw-r--r-- | SD-VBS/licenses/Multi-N-Cut.license.txt | 29 | ||||
| -rw-r--r-- | SD-VBS/licenses/SIFT.license.txt | 64 | ||||
| -rw-r--r-- | SD-VBS/licenses/SVM.license.txt | 33 | ||||
| -rw-r--r-- | SD-VBS/licenses/Stitch.license.txt | 33 | ||||
| -rw-r--r-- | SD-VBS/licenses/TextureSynthesis.license.txt | 58 | ||||
| -rw-r--r-- | SD-VBS/licenses/Tracking.license.txt | 33 |
9 files changed, 0 insertions, 362 deletions
diff --git a/SD-VBS/licenses/Disparity.license.txt b/SD-VBS/licenses/Disparity.license.txt deleted file mode 100644 index 2b63356..0000000 --- a/SD-VBS/licenses/Disparity.license.txt +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | The author of Disparity benchmark is IkkJin Ahn. | ||
| 2 | |||
| 3 | The Matlab source code and the test data for this benchmark are released under the FreeBSD License. | ||
| 4 | |||
| 5 | Copyright (C) 2008 IkkJin Ahn | ||
| 6 | All rights reserved | ||
| 7 | |||
| 8 | Written by IkkJin Ahn. | ||
| 9 | |||
| 10 | Redistribution and use in source and binary forms, with or without | ||
| 11 | modification, are permitted provided that the following conditions are met | ||
| 12 | |||
| 13 | * Redistributions of source code must retain the above copyright | ||
| 14 | notice, this list of conditions and the following disclaimer. | ||
| 15 | * Redistributions in binary form must reproduce the above copyright | ||
| 16 | notice, this list of conditions and the following disclaimer in the | ||
| 17 | documentation and/or other materials provided with the distribution. | ||
| 18 | * Neither the name of IkkJIn Ahn nor the | ||
| 19 | names of its contributors may be used to endorse or promote products | ||
| 20 | derived from this software without specific prior written permission. | ||
| 21 | |||
| 22 | THIS SOFTWARE IS PROVIDED BY IKKJIN AHN ``AS IS'' AND ANY | ||
| 23 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
| 24 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
| 25 | DISCLAIMED. IN NO EVENT SHALL IKKJIN AHN BE LIABLE FOR ANY | ||
| 26 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
| 27 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
| 28 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
| 29 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
| 30 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
| 31 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 32 | |||
| 33 | |||
diff --git a/SD-VBS/licenses/Localization.license.txt b/SD-VBS/licenses/Localization.license.txt deleted file mode 100644 index f8fcc81..0000000 --- a/SD-VBS/licenses/Localization.license.txt +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | The author of Localization benchmark is IkkJin Ahn. | ||
| 2 | |||
| 3 | The Matlab source code and the test data for this benchmark are released under the FreeBSD License. | ||
| 4 | |||
| 5 | Copyright (C) 2008 IkkJin Ahn | ||
| 6 | All rights reserved | ||
| 7 | |||
| 8 | Written by IkkJin Ahn. | ||
| 9 | |||
| 10 | Redistribution and use in source and binary forms, with or without | ||
| 11 | modification, are permitted provided that the following conditions are met | ||
| 12 | |||
| 13 | * Redistributions of source code must retain the above copyright | ||
| 14 | notice, this list of conditions and the following disclaimer. | ||
| 15 | * Redistributions in binary form must reproduce the above copyright | ||
| 16 | notice, this list of conditions and the following disclaimer in the | ||
| 17 | documentation and/or other materials provided with the distribution. | ||
| 18 | * Neither the name of IkkJin Ahn nor the | ||
| 19 | names of its contributors may be used to endorse or promote products | ||
| 20 | derived from this software without specific prior written permission. | ||
| 21 | |||
| 22 | THIS SOFTWARE IS PROVIDED BY IKKJIN AHN ``AS IS'' AND ANY | ||
| 23 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
| 24 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
| 25 | DISCLAIMED. IN NO EVENT SHALL IKKJIN AHN BE LIABLE FOR ANY | ||
| 26 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
| 27 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
| 28 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
| 29 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
| 30 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
| 31 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 32 | |||
| 33 | |||
diff --git a/SD-VBS/licenses/MSER.license.txt b/SD-VBS/licenses/MSER.license.txt deleted file mode 100644 index 05bbeb4..0000000 --- a/SD-VBS/licenses/MSER.license.txt +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 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. | ||
diff --git a/SD-VBS/licenses/Multi-N-Cut.license.txt b/SD-VBS/licenses/Multi-N-Cut.license.txt deleted file mode 100644 index 1d09cab..0000000 --- a/SD-VBS/licenses/Multi-N-Cut.license.txt +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | Multiscale Normalized Cut (Multi-Ncut) image segmentation benchmark is derived from the source code provided by Jianbo Shi at http://www.cis.upenn.edu/~jshi/software, version 8 (retrieved on 04-May-2006). | ||
| 2 | |||
| 3 | The webpage of the benchmark contains the following text: | ||
| 4 | |||
| 5 | <p><strong> | ||
| 6 | This software is made publicly for research use only. It may be | ||
| 7 | modified and redistributed under the terms of the </strong><a | ||
| 8 | href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.<br> | ||
| 9 | <br> | ||
| 10 | </p> | ||
| 11 | |||
| 12 | Thus, Multi-Ncut is licensed under the GNU General Public License (GPL), Version 3.0. | ||
| 13 | We have included a copy of the GNU GPL 3.0 in this directory, in the file gpl-3.0.html. | ||
| 14 | |||
| 15 | We have modified Multi-Ncut in the following ways: | ||
| 16 | |||
| 17 | - Algorithm used for C source code: | ||
| 18 | Pedro F. Felzenszwalb and Daniel P. Huttenlocher | ||
| 19 | International Journal of Computer Vision, Volume 59, Number 2, September 2004 | ||
| 20 | - The source code has been derived from http://people.cs.uchicago.edu/~pff/segment/. This software is | ||
| 21 | protected under GNU GPL License, Version 2, June 1991 http://www.gnu.org/licenses/gpl-2.0.txt | ||
| 22 | - we modified the code to use our own standardized library for common functions (matlab and C) | ||
| 23 | - we augmented the code in order to support collection of benchmarking data (matlab and C) | ||
| 24 | - we create benchmark inputs for the code (matlab and C) | ||
| 25 | |||
| 26 | Since GPL is viral, our modifications to this benchmark are also open source, under the | ||
| 27 | GPL 3.0 license. | ||
| 28 | |||
| 29 | |||
diff --git a/SD-VBS/licenses/SIFT.license.txt b/SD-VBS/licenses/SIFT.license.txt deleted file mode 100644 index 6b630cd..0000000 --- a/SD-VBS/licenses/SIFT.license.txt +++ /dev/null | |||
| @@ -1,64 +0,0 @@ | |||
| 1 | The SIFT (Scale Invariant Feature Transform) benchmark is derived from the code provided by Andrea Vedaldi at http://www.vlfeat.org/~vedaldi/code/sift.html, retrieved June 18, 2007. A later version of the component has been incorporated into the VLFeat open source package (http://VLFeat.org), 0.9.4.1. | ||
| 2 | |||
| 3 | The header files of the code contain the following license: | ||
| 4 | |||
| 5 | /* AUTORIGHTS | ||
| 6 | Copyright (C) 2006 Regents of the University of California | ||
| 7 | All rights reserved | ||
| 8 | |||
| 9 | Written by Andrea Vedaldi (UCLA VisionLab). | ||
| 10 | |||
| 11 | Redistribution and use in source and binary forms, with or without | ||
| 12 | modification, are permitted provided that the following conditions are met | ||
| 13 | |||
| 14 | * Redistributions of source code must retain the above copyright | ||
| 15 | notice, this list of conditions and the following disclaimer. | ||
| 16 | * Redistributions in binary form must reproduce the above copyright | ||
| 17 | notice, this list of conditions and the following disclaimer in the | ||
| 18 | documentation and/or other materials provided with the distribution. | ||
| 19 | * Neither the name of the University of California, Berkeley nor the | ||
| 20 | names of its contributors may be used to endorse or promote products | ||
| 21 | derived from this software without specific prior written permission. | ||
| 22 | |||
| 23 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY | ||
| 24 | EXPRESS OR IMPLIED WARRANTIES, INC | ||
