PDTDFB toolbox
The filter bank is described in:
The Shiftable Complex Directional PYRAMID—Part I: Theoretical Aspects
The Shiftable Complex Directional PYRAMID—Part II: Implementation and Applications
IEEE transaction on singnal processing, Oct. 2008
Other related papers and software are available at:
nttruong.googlepages.com
Acknowledgement: The code development is based on the matlab code of the contourlet toolbox and the steerable PYRAMID.
Image Compression
A collection of simple routines for image compression using different techniques.
圖象壓縮的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian PYRAMIDs.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
IMCOMPR:
Image compression based on Singular Value Decomposition.
The given codes can be also used in 2D noise suppression.
Notes:
The function "conv2fft" performs a 2D FFT-based convolution.
Type "help conv2fft" on Matlab command window for more informations.