summaryrefslogtreecommitdiffstats
path: root/SD-VBS/licenses/TextureSynthesis.license.txt
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2021-10-26 13:22:32 -0400
committerleochanj105 <leochanj@live.unc.edu>2021-10-26 13:22:32 -0400
commit14c854543b1a3cf344a371a5b45595657f95786b (patch)
tree70f752880522e5e44669af365754ac0f649dce81 /SD-VBS/licenses/TextureSynthesis.license.txt
parent5e2ccfae0532ddd89bcc04bf14aad451e9c79785 (diff)
add deadlines and costs
Diffstat (limited to 'SD-VBS/licenses/TextureSynthesis.license.txt')
-rw-r--r--SD-VBS/licenses/TextureSynthesis.license.txt58
1 files changed, 0 insertions, 58 deletions
diff --git a/SD-VBS/licenses/TextureSynthesis.license.txt b/SD-VBS/licenses/TextureSynthesis.license.txt
deleted file mode 100644
index 6c28556..0000000
--- a/SD-VBS/licenses/TextureSynthesis.license.txt
+++ /dev/null
@@ -1,58 +0,0 @@
1The Texture Synthesis benchmark is derived from the source code provided by Eero Simoncelli amd Javeir Portilla at http://www.cns.nyu.edu/~lcv/texture/.
2
3The header files of the Texture Synthesis benchmark contain the following license:
4
5 Javier Portilla and Eero Simoncelli.
6 Work described in:
7 "A Parametric Texture Model based on Joint Statistics of Complex Wavelet Coefficients".
8 J Portilla and E P Simoncelli. Int'l Journal of Computer Vision,
9 vol.40(1), pp. 49-71, Dec 2000.
10
11 Please refer to this publication if you use the program for research or
12 for technical applications. Thank you.
13
14 Copyright, Center for Neural Science, New York University, January 2001.
15 All rights reserved.
16
17The Matlab source code for the benchmark and the test data are permitted under the FreeBSD License.
18
19Copyright (C) 2008 Javier Portilla and Eero Simoncelli
20All rights reserved
21
22Written by Javier Portilla and Eero Simoncelli.
23
24Redistribution and use in source and binary forms, with or without
25modification, are permitted provided that the following conditions are met
26
27 * Redistributions of source code must retain the above copyright
28 notice, this list of conditions and the following disclaimer.
29 * Redistributions in binary form must reproduce the above copyright
30 notice, this list of conditions and the following disclaimer in the
31 documentation and/or other materials provided with the distribution.
32 * Neither the names Javier Portilla and Eero Simoncell nor the
33 names of its contributors may be used to endorse or promote products
34 derived from this software without specific prior written permission.
35
36THIS SOFTWARE IS PROVIDED BY JAVIER PORTILLA AND EERO SIMONCELLI ``AS IS'' AND ANY
37EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
38WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
39DISCLAIMED. IN NO EVENT SHALL JAVIER PORTILLA AND EERO SIMONCELL BE LIABLE FOR ANY
40DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
41(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
42LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
43ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
44(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
45SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46
47We have modified Texture Synthesis in the following ways:
48
49- we generated a standalone C version from the Matlab source.
50- we augmented the code in order to support collection of benchmarking data (matlab and C)
51- we create benchmark inputs for the code (matlab and C)
52- we modified the code to use our own standardized library for common functions (matlab and C)
53- Note: The algorithm for texture synthesis has been modified according to
54 "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".
55
56Our 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.
57
58