Code covered by the BSD License
-
SPIHT_main(nFrame,filename)
% This function implements the 3D-SPIHT algorithm.
-
func_DWT(I, level, type);
% Wavelet decomposition
-
func_Descendant(i, j, k, type...
Matlab implementation of 3D-SPIHT (without Arithmatic coding stage)
-
func_InvDWT(I_W, S, type, lev...
% Inverse wavelet decomposition
-
func_Myappcoef2(c,s,varargin)
APPCOEF2 Extract 2-D approximation coefficients.
-
func_Mywavedec2(x,n,varargin)
WAVEDEC2 Multilevel 2-D wavelet decomposition.
-
func_Mywaverec2(c,s,varargin)
WAVEREC2 Multilevel 2-D wavelet reconstruction.
-
func_SPIHT_Dec(in,size_)
-
func_SPIHT_Enc(M, max_bits, l...
% Matlab implementation of 3D - SPIHT (without Arithmatic coding stage)
-
myfunc_read_cif(nFrame,in_fil...
-
View all files
from
3D-SPIHT
by DIONYSIOS ATHANASOPOULOS
The 3D Set Partitioning In Hierarchical Trees Matlab Code
|
| func_Mywaverec2(c,s,varargin)
|
function x = func_Mywaverec2(c,s,varargin)
%WAVEREC2 Multilevel 2-D wavelet reconstruction.
% Check arguments
if errargn(mfilename,nargin,[3:4],nargout,[0:1]), error('*'), end
x = func_Myappcoef2(c,s,varargin{:},0);
|
|
Contact us at files@mathworks.com