From d17b33131c14864bd1eae275f49a3f148e21cf29 Mon Sep 17 00:00:00 2001 From: Leo Chan Date: Thu, 22 Oct 2020 01:53:21 -0400 Subject: 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. --- SD-VBS/licenses/MSER.license.txt.gpl2 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 SD-VBS/licenses/MSER.license.txt.gpl2 (limited to 'SD-VBS/licenses/MSER.license.txt.gpl2') 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 @@ +MSER is a subcomponent drawn from the VLFeat open source package (http://VLFeat.org), version 0.9.4.1. +The version of MSER is .5. + +The VLFeat.org webpage contains the following text: + +http://vlfeat.org/index.html (retrieved September 7, 2009): + +

The VLFeat + open source library implements popular computer vision algorithms including + SIFT, MSER, k-means, hierarchical + k-means, agglomerative information bottleneck, and quick shift. + It is written in C for efficiency and compatibility, with interfaces in + MATLAB for ease of use, and detailed documentation throughout. It supports + Windows, Mac OS X, and Linux. The latest version of + VLFeat is 0.9.4.1.

+ +Thus, MSER is licensed under the GNU General Public License (GPL), version 2.0. + +We have included a copy of the GNU GPL 2.0 in this directory, in the file gpl-2.0.html. + +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) + +Since GPL is viral, our modifications to this benchmark are also open source, under the +GPL 2.0 license. + + + + + \ No newline at end of file -- cgit v1.2.2