blob: 06960a44a6c4492e148238c1588ca38a1e9f035c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
This directory contains some Matlab script files that serve to give
example usage of this code, and also to explain some of the
representations and algorithms.
The files are NOT meant to be executed from the MatLab prompt (like many
of the MatLab demos). You should instead read through the comments,
executing the subsequent pieces of code. This gives you a chance to
explore as you go...
matlabPyrTools.m - Example usage of the code in the distribution.
pyramids.m - An introduction to multi-scale pyramid representations,
covering Laplacian, QMF/Wavelet, and Steerable pyramids. The
file assumes a knowledge of linear systems, matrix algebra,
and 2D Fourier transforms.
more to come....
|