Code covered by the BSD License
-
H=haarmtx(n)
HAARMTX Compute Haar orthogonal transform matrix.
-
dstmtx(n)
DSTMTX Discrete sine transform matrix.
-
getg(i)
-
gethf(l)
-
sltmtx(L)
-
t=getDCTTransform(im,N)
-
t=getHaarTransform(im,N)
-
t=getHadamardTransform(im,N)
-
t=getInvDCTTransform(im,N)
-
t=getInvHaarTransform(im,N)
-
t=getInvHadamardTransform(im,...
-
t=getInvSlantTransform(im,N)
-
t=getInvWalshTransform(im,N)
-
t=getSlantTransform(im,N)
-
t=getWalshTransform(im,N)
-
walshMatrix=walsh(N)
-
Basis_Images.m
-
DCT_Image.m
-
Haar_Image.m
-
Hadamard_Image.m
-
Slant_Image.m
-
Walsh_Image.m
-
View all files
Simulation of DCT, Walsh, Hadamard, Haar and Slant transform using variable block sizes
by Cavin Dsouza
16 Apr 2013
Performs non sinusoidal image transforms on gray-scale images and DCT using the dct matrix.
|
Watch this File
|
| File Information |
| Description |
Performs non sinusoidal image transforms on gray-scale images and DCT using the dct matrix of given order of block size.
The reconstructed image is exactly identical to the original image depicting that the transforms are lossless. Also, codes for generation of walsh, slant and haar matrices have been included for the transform. |
| MATLAB release |
MATLAB 7.6 (R2008a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us