Biorthogonal Wavelet Compression Tool

Contains numerous functions to generate biorthogonal wavelets and compress grayscale/color images.
1.8K Downloads
Updated 17 Sep 2012

View License

This package contains numerous functions that allow the user to generate custom or standard biorthogonal wavelets and then use them to compress any grayscale/color image on their MATLAB path.

The image compression tool displays

1) the original image
2) the biorthogonal wavelet transform of the image
3) the compressed biorthogonal wavelet transform
4) the reconstructed image

as subplots in a figure to allow the user to compare the fidelity of the original and compressed images. The image compression tool also allows the user to iterate the wavelet transform multiple times to observe the increased compressibility of an image's iterated wavelet transform.

This package supports the following classes of biorthogonal wavelets:

1) Spline wavelets
2) CDF wavelets (including the CDF 9/7 wavelet used by the JPEG2000 standard)

This package also contains a GUI-based biorthogonal wavelet design tool to allow that allows the user to generate their own Spline/CDF biorthogonal wavelets based on their frequency spectrum and pole locations.

This package implements the following computation methods for the wavelet transform:

1) Standard matrix multiplication
2) Fast convolution

The user is encouraged to compare the computation time and numerical stability of these two transform implementations.

Note: This code is all-inclusive and contrains no external function calls to MATLAB's Wavelet Toolbox. Only MATLAB itself is required!

Cite As

Brian Moore (2024). Biorthogonal Wavelet Compression Tool (https://www.mathworks.com/matlabcentral/fileexchange/38220-biorthogonal-wavelet-compression-tool), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Wavelet Toolbox in Help Center and MATLAB Answers
Acknowledgements

Inspired by: suplabel

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0