summaryrefslogtreecommitdiffstats
path: root/SD-VBS/licenses/MSER.license.txt.gpl2
diff options
context:
space:
mode:
authorLeo Chan <leochanj@live.unc.edu>2020-10-22 01:53:21 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2020-10-22 01:56:35 -0400
commitd17b33131c14864bd1eae275f49a3f148e21cf29 (patch)
tree0d8f77922e8d193cb0f6edab83018f057aad64a0 /SD-VBS/licenses/MSER.license.txt.gpl2
parent601ed25a4c5b66cb75315832c15613a727db2c26 (diff)
Squashed commit of the sb-vbs branch.
Includes the SD-VBS benchmarks modified to: - Use libextra to loop as realtime jobs - Preallocate memory before starting their main computation - Accept input via stdin instead of via argc Does not include the SD-VBS matlab code. Fixes libextra execution in LITMUS^RT.
Diffstat (limited to 'SD-VBS/licenses/MSER.license.txt.gpl2')
-rw-r--r--SD-VBS/licenses/MSER.license.txt.gpl234
1 files changed, 34 insertions, 0 deletions
diff --git a/SD-VBS/licenses/MSER.license.txt.gpl2 b/SD-VBS/licenses/MSER.license.txt.gpl2
new file mode 100644
index 0000000..43f1a66
--- /dev/null
+++ b/SD-VBS/licenses/MSER.license.txt.gpl2
@@ -0,0 +1,34 @@
1MSER is a subcomponent drawn from the VLFeat open source package (http://VLFeat.org), version 0.9.4.1.
2The version of MSER is .5.
3
4The VLFeat.org webpage contains the following text:
5
6http://vlfeat.org/index.html (retrieved September 7, 2009):
7
8<p>The <b>VLFeat</b> <a shape="rect" href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">
9 open source</a> library implements popular computer vision algorithms including
10 <em>SIFT</em>, <em>MSER</em>, <em>k-means</em>, <em>hierarchical
11 k-means</em>, <em>agglomerative information bottleneck, and quick shift</em>.
12 It is written in C for efficiency and compatibility, with interfaces in
13 MATLAB for ease of use, and detailed documentation throughout. It supports
14 <em>Windows</em>, <em>Mac OS X</em>, and <em>Linux</em>. The latest version of
15 VLFeat is <code>0.9.4.1</code>.</p>
16
17Thus, MSER is licensed under the GNU General Public License (GPL), version 2.0.
18
19We have included a copy of the GNU GPL 2.0 in this directory, in the file gpl-2.0.html.
20
21We have modified MSER in the following ways:
22
23- we generated a standalone C version from the mser.mex.c source.
24- we augmented the code in order to support collection of benchmarking data (matlab and C)
25- we create benchmark inputs for the code (matlab and C)
26- we modified the code to use our own standardized library for common functions (matlab and C)
27
28Since GPL is viral, our modifications to this benchmark are also open source, under the
29GPL 2.0 license.
30
31
32
33
34 \ No newline at end of file