diff options
author | leochanj105 <leochanj@live.unc.edu> | 2020-10-19 23:09:30 -0400 |
---|---|---|
committer | leochanj105 <leochanj@live.unc.edu> | 2020-10-20 02:40:39 -0400 |
commit | f618466c25d43f3bae9e40920273bf77de1e1149 (patch) | |
tree | 460e739e2165b8a9c37a9c7ab1b60f5874903543 /SD-VBS/benchmarks/texture_synthesis/src/matlabPyrTools/TUTORIALS/README | |
parent | 47ced4e96bbb782b9e780e8f2cfc637b2c21ff44 (diff) |
initial sd-vbs
initial sd-vbs
add sd-vbs
sd-vbs
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.... | ||