📄 readme.m
字号:
% Matlab implementation of EZW (Embedded Zerotree Wavelet)
%
% The function in this toolbox are listed as follow:
%
% func_ezw_demo_main -- Main function
% func_ezw_enc -- Encoder
% func_ezw_dec -- Decoder
% func_DWT -- Wavelet decomposition
% func_InvDWT -- Inverse wavelet decomposition
%
% How To Use
% run func_ezw_demo_main.m
%
% Reference
% J. M. Shapiro, "Embedded image coding using zerotrees of wavelet
% coefficients, IEEE Transactions on Signal Processing, Vol. 41, No. 12, 1993, pp. 3445-3462.
%
% Tutorial
% A nice tutorial is available at C. Valens's homepage
% http://pagesperso-orange.fr/polyvalens/clemens/ezw/ezw.html
%
% Acknowledgement
% Parts of this toolbox are from Paschalis Tsiaflakis's toolbox at
% http://www.student.kuleuven.ac.be/~m0224996/ezw
%
%
%
% By Jing Tian Email: scuteejtian@hotmail.com
%
% Copyright 2008
%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -