Description: 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.
To Search:
File list (Check if you may need any files):
compression\btcode.m
...........\conv2fft.m
...........\convfft.m
...........\dctcompr.m
...........\imcompr.m
...........\pyramid.m
...........\testo.txt
compression