summaryrefslogtreecommitdiffstats
path: root/SD-VBS/licenses/Multi-N-Cut.license.txt
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2020-10-20 03:07:47 -0400
committerleochanj105 <leochanj@live.unc.edu>2020-10-20 03:14:04 -0400
commit79f30887129145e15e5172e36a7d7602859fc932 (patch)
tree8f7e011db3477ccf8e1c1488ff2574d186b6708d /SD-VBS/licenses/Multi-N-Cut.license.txt
parent611d48aba30d12419d8a8a0d29aefde4d5b1f9fc (diff)
ignore rules changed
ignore rules change ignore rules changed
Diffstat (limited to 'SD-VBS/licenses/Multi-N-Cut.license.txt')
-rw-r--r--SD-VBS/licenses/Multi-N-Cut.license.txt29
1 files changed, 29 insertions, 0 deletions
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 @@
1Multiscale 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
3The webpage of the benchmark contains the following text:
4
5<p><strong>
6This software is made publicly for research use only. It may be
7modified 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
12Thus, Multi-Ncut is licensed under the GNU General Public License (GPL), Version 3.0.
13We have included a copy of the GNU GPL 3.0 in this directory, in the file gpl-3.0.html.
14
15We 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
26Since GPL is viral, our modifications to this benchmark are also open source, under the
27GPL 3.0 license.
28
29