Code covered by the BSD License  

Highlights from
Toolbox Wavelets

image thumbnail
from Toolbox Wavelets by Gabriel Peyre
Wavelet transform and coding functions, including other more exotic transforms (laplacian, steerable

test_statistics_batch.m
name_list = {'lena','barb','reptilskin','hair'};


for iname = 1:length(name_list)
    name = name_list{iname};
    wavtype = 'redun';
    test_statistics;
    wavtype = 'ortho';
    test_statistics;
end

Contact us at files@mathworks.com