summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/texture_synthesis/src/matlab/ChangeLog
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2020-10-20 03:47:33 -0400
committerleochanj105 <leochanj@live.unc.edu>2020-10-20 03:47:33 -0400
commita32f220f06cc463e5b56e7fa0b1b1334d94d08f3 (patch)
tree4af4caa60074465d85fc2ef5cc1b23e74c064329 /SD-VBS/benchmarks/texture_synthesis/src/matlab/ChangeLog
parent79f30887129145e15e5172e36a7d7602859fc932 (diff)
matlab removed
Diffstat (limited to 'SD-VBS/benchmarks/texture_synthesis/src/matlab/ChangeLog')
-rwxr-xr-xSD-VBS/benchmarks/texture_synthesis/src/matlab/ChangeLog430
1 files changed, 0 insertions, 430 deletions
diff --git a/SD-VBS/benchmarks/texture_synthesis/src/matlab/ChangeLog b/SD-VBS/benchmarks/texture_synthesis/src/matlab/ChangeLog
deleted file mode 100755
index f20c499..0000000
--- a/SD-VBS/benchmarks/texture_synthesis/src/matlab/ChangeLog
+++ /dev/null
@@ -1,430 +0,0 @@
1 Log of changes made to matlabPyrTools code
2 (important changes marked with **)
3-----------------------------------------------------------------------
42004-10-14 Eero Simoncelli <eero@sesto.cns.nyu.edu>
5
6 * Made new tarfile (version 1.3)
7
8 * Incorporated complex-valued steerable pyramid code (buildSCFpyr,
9 buildSCFpyrLevs,reconSCFpyr) written by Javier Portilla in 9/97,
10 and used in our work on texture representation/synthesis
11 (Portilla&Simoncelli, Int'l Journal of Computer Vision,
12 40(1):49-71, Dec 2000).
13
14 * Incorporated imGradient.m from personal code.
15
16 * reagan.pgm out. feynam.pgm in
17
182004-03-20 Eero Simoncelli <eero@sesto.cns.nyu.edu>
19
20 * blur.m added (just calls blurDn and then upBlur).
21
222003-08-06 Eero Simoncelli <eero@sesto.cns.nyu.edu>
23
24 * blurDn.m (filt): Forced correct scaling of filters in 1D
25
262003-05-28 Eero Simoncelli <eero@ferrando.cns.nyu.edu>
27
28 * incorporated setPyrBand.m from local code
29
302002-10-01 Eero Simoncelli <eero.simoncelli@nyu.edu>
31
32 * incorporated clip.m from local code
33
342002-09-18 Eero Simoncelli <eero.simoncelli@nyu.edu>
35
36 * pointOp.m: Added the new 'extrap' option for matlab's interp1 to
37 make this m-file version more compatible with the mex version.
38
39Wed Aug 28 2002 Eero Simoncelli <eero.simoncelli@nyu.edu>
40
41 * var2.m: now returns zero (instead of error) for matrix of size 1.
42 * function VECTORIZE renamed to VECTIFY, since it was colliding
43 with a function introduced in standard matlab.
44
45Dec 27 2001 Eero Simoncelli <eero.simoncelli@nyu.edu>
46
47 * Modified calls to upConv in reconSpyr.m and reconSpyrLevs.m so
48 that the returned result is bound. Previously, had relied on the
49 MEX version of upConv to destructively modify the result array,
50 users had been getting errors because they were using the m-file
51 version of upConv.
52
53Wed Sep 19 2001 Eero Simoncelli <eero.simoncelli@nyu.edu>
54
55 * buildSFpyrLevs/reconSFpyrLevs: replace use of "i" with sqrt(-1), to
56 avoid problems if user rebinds it!
57
58Wed Mar 28 10:22:01 2001 Eero Simoncelli <eero.simoncelli@nyu.edu>
59
60 * Moved innerProd.m and all associated MEX files from the
61 matlabLocal source tree into matlabPyrTools.
62 * Added innerProd to Contents.m
63 * Updated/clarified WARNINGS in all *.m files that have MEX versions.
64
65Tue Mar 27 11:21:53 2001 Eero Simoncelli <eero.simoncelli@nyu.edu>
66
67 * Incorporated Windows MEX files (*.dll) into MEX subdirectory.
68 Windows users should either copy these into the main directory,
69 or put the MEX subdirectory in their matlab path.
70
71Fri Mar 23 14:46:16 2001 Eero Simoncelli <eero.simoncelli@nyu.edu>
72
73 * buildSFpyrLevs.m, reconSFpyrLevs.m: shift the raised-cosine
74 lookup table (Xrcos) instead of incrementing the log-radial image
75 (log_rad). THis is more efficient...
76
77Fri Oct 1 19:37:03 1999 Eero Simoncelli <eero.simoncelli@nyu.edu>
78
79 * upConv.m: Did not return correct size result when STOP argument
80 was passed. Thanks to hertzman@mrl.nyu.edu for pointing this out.
81
82Fri Sep 17 15:53:26 1999 Eero Simoncelli <eero.simoncelli@nyu.edu>
83
84 * buildSFpyrLevs.m: Changed lutsize to 1024, giving a slight
85 increase in accuracy.
86
87Thu Feb 25 18:10:38 1999 Eero Simoncelli <eero.simoncelli@nyu.edu>
88
89 * histo1.m: Modified histo.m to be more compatible (but still not
90 exactly the same) as the MEX file version.
91
92Fri Jun 12 21:15:39 1998 Eero Simoncelli <eero.simoncelli@nyu.edu>
93
94 * TUTORIALS pyramids.m upgraded.
95
96Tue Feb 17 13:22:28 1998 Eero Simoncelli <eero.simoncelli@nyu.edu>
97
98 * showIm.m: Dims are now printed followed by the zoom factor.
99
100Mon Oct 13 14:49:51 1997 Eero Simoncelli <eero@servilia.cns.nyu.edu>
101
102 * mkSquare.m: Modified to do raised-cosine soft threshold
103 transitions.
104
105Tue Oct 7 10:13:51 1997 Eero Simoncelli <eero@chrysothemis.cims.nyu.edu>
106
107 * upConv.m: Argument order was wrong (this function is not used
108 anyway, unless you don't compile the MEX code). - Thanks to
109 farid@psyche.mit.edu for pointing this out.
110
111Thu Sep 25 16:09:49 1997 Eero Simoncelli <eero@servilia.cns.nyu.edu>
112
113 * MEX/wrap.c: Changed #include <malloc.h> to <stdlib.h>, as
114 suggested by David Brainard. * Incorporated Mac-compiled mex
115 files, courtesy of David Brainard.
116
117Sat Sep 6 16:10:25 1997 Eero Simoncelli <eero@chrysothemis.cims.nyu.edu>
118
119 * MEX/convolve.h: abstracted out type of images with typedef image_type.
120 Added ansi declarations.
121
122Fri Aug 29 13:49:16 1997 Eero Simoncelli <eero@servilia.cns.nyu.edu>
123
124 ** showIm.m: Modified to behave better under resizing (and printing):
125 resets axis units to "normalized".
126
127Thu Aug 28 22:56:52 1997 Eero Simoncelli <eero@servilia.cns.nyu.edu>
128
129 ** MEX/edges.c: reflect1, reflect2, repeat, extend upgraded to work
130 properly for non-symmetric filters. reflect2 and extend were also
131 broken for upConv. Added qreflect2 to handle even-length QMF's
132 which broke under the reflect2 modification.
133 * Added example code to TUTORIALS/matlabPyrTools to illustrate the
134 boundary-handling behavior...
135
136Thu Aug 21 13:34:17 1997 Eero Simoncelli <eero@chrysothemis.cims.nyu.edu>
137
138 * var2, skew2, kurt2: modified to return complex values for complex images.
139 * imStats.m: now gives an error for complex args.
140
141Thu Aug 14 15:24:29 1997 Eero Simoncelli <eero@servilia.cns.nyu.edu>
142
143 * Modified shift.m: negated the meaning of the offset parameter,
144 such that RES=shift(MTX,OFFSET) means RES(POS)=MTX(POS-OFFSET)
145 (this is more intuitive).
146
147Thu Jul 10 17:06:52 1997 Eero Simoncelli <eero@servilia.cns.nyu.edu>
148
149 * Modified MEX/Makefile-* to be consistent with matlab5:
150 - call mex instead of cmex
151 - use -V4 flag (creating matlab v4 compatible binaries)
152
153 * showIm.m (xlbl_offset): Modified to use "points" units, so that
154 printed images look correct. Still slightly busted for arbitrary figure
155 window sizes and for printing.
156
157 * Modified upConv.c: does not return ANYTHING if you pass a result
158 argument (this had been causing occasional problems with matlab's
159 memory manager).
160
161Mon Jun 30 12:09:30 1997 Eero Simoncelli <eero@servilia.cns.nyu.edu>
162
163 * reconSFpyr.m (res): now returns real part (oops).
164
165 * reconSpyrLevs.m (maxLev): got rid of superfluous nbands argument
166 (can be calculated from bfilts).
167
168Mon May 26 12:29:54 1997 Eero Simoncelli <eero@servilia.cns.nyu.edu>
169
170 * showIm.m/pgmWrite.m: Modified 'auto3'-scaling to use a
171 histogram. This gives a significant speedup.
172
173 * fixed a few minor bugs in the TUTORIALS, having to do with
174 matching image sizes to the machine speed...
175