diff options
Diffstat (limited to 'SD-VBS/benchmarks/texture_synthesis/src/matlabPyrTools/TUTORIALS/README')
-rwxr-xr-x | SD-VBS/benchmarks/texture_synthesis/src/matlabPyrTools/TUTORIALS/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/SD-VBS/benchmarks/texture_synthesis/src/matlabPyrTools/TUTORIALS/README b/SD-VBS/benchmarks/texture_synthesis/src/matlabPyrTools/TUTORIALS/README new file mode 100755 index 0000000..06960a4 --- /dev/null +++ b/SD-VBS/benchmarks/texture_synthesis/src/matlabPyrTools/TUTORIALS/README | |||
@@ -0,0 +1,18 @@ | |||
1 | |||
2 | This directory contains some Matlab script files that serve to give | ||
3 | example usage of this code, and also to explain some of the | ||
4 | representations and algorithms. | ||
5 | |||
6 | The files are NOT meant to be executed from the MatLab prompt (like many | ||
7 | of the MatLab demos). You should instead read through the comments, | ||
8 | executing the subsequent pieces of code. This gives you a chance to | ||
9 | explore as you go... | ||
10 | |||
11 | matlabPyrTools.m - Example usage of the code in the distribution. | ||
12 | |||
13 | pyramids.m - An introduction to multi-scale pyramid representations, | ||
14 | covering Laplacian, QMF/Wavelet, and Steerable pyramids. The | ||
15 | file assumes a knowledge of linear systems, matrix algebra, | ||
16 | and 2D Fourier transforms. | ||
17 | |||
18 | more to come.... | ||