From 79f30887129145e15e5172e36a7d7602859fc932 Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Tue, 20 Oct 2020 03:07:47 -0400 Subject: ignore rules changed ignore rules change ignore rules changed --- SD-VBS/licenses/Disparity.license.txt | 33 ++++++++++++++ SD-VBS/licenses/Localization.license.txt | 33 ++++++++++++++ SD-VBS/licenses/MSER.license.txt | 46 ++++++++++++++++++++ SD-VBS/licenses/Multi-N-Cut.license.txt | 29 +++++++++++++ SD-VBS/licenses/SIFT.license.txt | 64 ++++++++++++++++++++++++++++ SD-VBS/licenses/SVM.license.txt | 33 ++++++++++++++ SD-VBS/licenses/Stitch.license.txt | 33 ++++++++++++++ SD-VBS/licenses/TextureSynthesis.license.txt | 58 +++++++++++++++++++++++++ SD-VBS/licenses/Tracking.license.txt | 33 ++++++++++++++ 9 files changed, 362 insertions(+) create mode 100644 SD-VBS/licenses/Disparity.license.txt create mode 100644 SD-VBS/licenses/Localization.license.txt create mode 100644 SD-VBS/licenses/MSER.license.txt create mode 100644 SD-VBS/licenses/Multi-N-Cut.license.txt create mode 100644 SD-VBS/licenses/SIFT.license.txt create mode 100644 SD-VBS/licenses/SVM.license.txt create mode 100644 SD-VBS/licenses/Stitch.license.txt create mode 100644 SD-VBS/licenses/TextureSynthesis.license.txt create mode 100644 SD-VBS/licenses/Tracking.license.txt (limited to 'SD-VBS/licenses') diff --git a/SD-VBS/licenses/Disparity.license.txt b/SD-VBS/licenses/Disparity.license.txt new file mode 100644 index 0000000..2b63356 --- /dev/null +++ b/SD-VBS/licenses/Disparity.license.txt @@ -0,0 +1,33 @@ +The author of Disparity benchmark is IkkJin Ahn. + +The Matlab source code and the test data for this benchmark are released under the FreeBSD License. + +Copyright (C) 2008 IkkJin Ahn +All rights reserved + +Written by IkkJin Ahn. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of IkkJIn Ahn nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY IKKJIN AHN ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL IKKJIN AHN BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + diff --git a/SD-VBS/licenses/Localization.license.txt b/SD-VBS/licenses/Localization.license.txt new file mode 100644 index 0000000..f8fcc81 --- /dev/null +++ b/SD-VBS/licenses/Localization.license.txt @@ -0,0 +1,33 @@ +The author of Localization benchmark is IkkJin Ahn. + +The Matlab source code and the test data for this benchmark are released under the FreeBSD License. + +Copyright (C) 2008 IkkJin Ahn +All rights reserved + +Written by IkkJin Ahn. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of IkkJin Ahn nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY IKKJIN AHN ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL IKKJIN AHN BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + 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 @@ +The MSER (Maximally Stable Extremal Region) benchmark is derived from the source provided by Andrea Vedaldi +at http://www.vlfeat.org/~vedaldi/code/mser.html, version 0.4. A later +version of the component, version .5, has since been incorporated into the VLFeat open source +package (http://VLFeat.org), version 0.9.4.1. + +The header files of the version .4 MSER code contain the following license: + +/* AUTORIGHTS +Copyright (C) 2006 Regents of the University of California +All rights reserved + +Written by Andrea Vedaldi (UCLA VisionLab). + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the University of California, Berkeley nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +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) + +Our modifications are available under the same license as above, since UCSD is also +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 new file mode 100644 index 0000000..1d09cab --- /dev/null +++ b/SD-VBS/licenses/Multi-N-Cut.license.txt @@ -0,0 +1,29 @@ +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). + +The webpage of the benchmark contains the following text: + +

+This software is made publicly for research use only. It may be +modified and redistributed under the terms of the GNU General Public License.
+
+

+ +Thus, Multi-Ncut is licensed under the GNU General Public License (GPL), Version 3.0. +We have included a copy of the GNU GPL 3.0 in this directory, in the file gpl-3.0.html. + +We have modified Multi-Ncut in the following ways: + +- Algorithm used for C source code: + Pedro F. Felzenszwalb and Daniel P. Huttenlocher + International Journal of Computer Vision, Volume 59, Number 2, September 2004 +- The source code has been derived from http://people.cs.uchicago.edu/~pff/segment/. This software is + protected under GNU GPL License, Version 2, June 1991 http://www.gnu.org/licenses/gpl-2.0.txt +- we modified the code to use our own standardized library for common functions (matlab and C) +- 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) + +Since GPL is viral, our modifications to this benchmark are also open source, under the +GPL 3.0 license. + + diff --git a/SD-VBS/licenses/SIFT.license.txt b/SD-VBS/licenses/SIFT.license.txt new file mode 100644 index 0000000..6b630cd --- /dev/null +++ b/SD-VBS/licenses/SIFT.license.txt @@ -0,0 +1,64 @@ +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. + +The header files of the code contain the following license: + +/* AUTORIGHTS +Copyright (C) 2006 Regents of the University of California +All rights reserved + +Written by Andrea Vedaldi (UCLA VisionLab). + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the University of California, Berkeley nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +In addition to the copyright terms mentioned above, the VLFeat.org webpage contains the following text: + +

This software program is Copyright © 2006 The Regents of the + University of California and can be freely used for academic purposes + (see the included license file for details). Although this + implementation is original (in particular, it is not derived + from Lowe's + implementation), the SIFT algorithm has been issued a + patent. Thus you should note that:

+ +
+ This software embodies a method for which the following patent has + been issued: "Method and apparatus for identifying scale invariant + features in an image and use of same for locating an object in an + image," David G. Lowe, US Patent 6,711,293 (March 23, + 2004). Provisional application filed March 8, 1999. Asignee: The + University of British Columbia. +
+ +We have modified SIFT in the following ways: + +- we generated a standalone C version from the Matlab source files of SIFT. +- 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) + +Our modifications are available under the same license as above, since UCSD is also +part of the University of California. + + diff --git a/SD-VBS/licenses/SVM.license.txt b/SD-VBS/licenses/SVM.license.txt new file mode 100644 index 0000000..9cba4a9 --- /dev/null +++ b/SD-VBS/licenses/SVM.license.txt @@ -0,0 +1,33 @@ +The author of Support Vector Machine (SVM) benchmark is IkkJin Ahn. + +The Matlab source code and the test data for this benchmark are released under the FreeBSD License. + +Copyright (C) 2008 IkkJin Ahn +All rights reserved + +Written by IkkJin Ahn. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of IkkJin Ahn nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY IKKJIN AHN ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL IKKJIN AHN BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + diff --git a/SD-VBS/licenses/Stitch.license.txt b/SD-VBS/licenses/Stitch.license.txt new file mode 100644 index 0000000..8a7fa67 --- /dev/null +++ b/SD-VBS/licenses/Stitch.license.txt @@ -0,0 +1,33 @@ +The author of Image Stitch (stitch) benchmark is IkkJin Ahn. + +The Matlab source code and the test data for this benchmark are released under the FreeBSD License. + +Copyright (C) 2008 IkkJin Ahn +All rights reserved + +Written by IkkJin Ahn. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name Ikkjin Ahn nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY IKKJIN AHN ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL IKKJIN AHN BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + diff --git a/SD-VBS/licenses/TextureSynthesis.license.txt b/SD-VBS/licenses/TextureSynthesis.license.txt new file mode 100644 index 0000000..6c28556 --- /dev/null +++ b/SD-VBS/licenses/TextureSynthesis.license.txt @@ -0,0 +1,58 @@ +The Texture Synthesis benchmark is derived from the source code provided by Eero Simoncelli amd Javeir Portilla at http://www.cns.nyu.edu/~lcv/texture/. + +The header files of the Texture Synthesis benchmark contain the following license: + + Javier Portilla and Eero Simoncelli. + Work described in: + "A Parametric Texture Model based on Joint Statistics of Complex Wavelet Coefficients". + J Portilla and E P Simoncelli. Int'l Journal of Computer Vision, + vol.40(1), pp. 49-71, Dec 2000. + + Please refer to this publication if you use the program for research or + for technical applications. Thank you. + + Copyright, Center for Neural Science, New York University, January 2001. + All rights reserved. + +The Matlab source code for the benchmark and the test data are permitted under the FreeBSD License. + +Copyright (C) 2008 Javier Portilla and Eero Simoncelli +All rights reserved + +Written by Javier Portilla and Eero Simoncelli. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the names Javier Portilla and Eero Simoncell nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY JAVIER PORTILLA AND EERO SIMONCELLI ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL JAVIER PORTILLA AND EERO SIMONCELL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +We have modified Texture Synthesis in the following ways: + +- we generated a standalone C version from the Matlab 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) +- Note: The algorithm for texture synthesis has been modified according to + "Ashikhmin, M. "Synthesizing Natural Textures" The proceedings of 2001 ACM Symposium on Interactive 3D Graphics, Research Triangle Park, NorthCarolina March 19-21, pp. 217-226". + +Our modifications are available under the GNU General Public License (GPL), version 3.0. We have included a copy of the GNU GPL 3.0 in this directory, in the file gpl-3.0.html. + + diff --git a/SD-VBS/licenses/Tracking.license.txt b/SD-VBS/licenses/Tracking.license.txt new file mode 100644 index 0000000..537f4b1 --- /dev/null +++ b/SD-VBS/licenses/Tracking.license.txt @@ -0,0 +1,33 @@ +The author of Tracking benchmark is IkkJin Ahn. + +The Matlab source code and the test data for this benchmark are released under the FreeBSD License. + +Copyright (C) 2008 IkkJin Ahn +All rights reserved + +Written by IkkJin Ahn. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of IkkJin Ahn nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY IKKJIN AHN ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL IKKJIN AHN BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + -- cgit v1.2.2