Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Wavelet compression
Wavelet compression is a form of data compression well suited for image compression (sometimes also video compression and audio compression). The goal is to store image data in as little space as possible in a file. A certain loss of quality is accepted ( lossy compression).Using a wavelet transform, the wavelet compression methods are better at representing transients, such as percussion sounds in audio, or high frequency components in two-dimensional images, for example an image of stars on a night sky. This means that the transient elements of a data signal can be represented by a smaller amount of information than would be the case if some other transform, such as the more widespread discrete cosine transform, had been used.
Wavelet compression is not good for all kinds of data: transient signal characteristics means good wavelet compression - smooth, periodic signals are better compressed by other methods. Some projects aim at combining discrete cosine transform with a wavelet transform to produce a hybrid compression method which will be good at representing a mix of smooth signals and transients, such as exhibited by most popular music.
Method
First a wavelet transform is applied.
This produces as many coefficients as there are pixels in the image.
These coefficients can be compressed more easily because the information is statistically concentrated in just a few coefficients.
This principle is called transform coding.
After that, the coefficients are quantized and the quantized values are entropy encoded and/or run length encoded.
Examples for wavelet compression:
- JPEG 2000JPEG 2000 is a wavelet-based image compression standard. It was created by the Joint Photographic Experts Group committee with the intention of superseding their original discrete cosine transform-based JPEG standard. The usual file extension is . JPEG 20
- OggIf you are visiting this page because your computer can't play a sound file, see How to play Ogg files OGG is also the abbreviated title of the British mockumentary Operation Good Guys Ogg is a project producing open-source software for digital multimedia TarkinTarkin is a video codec formerly under development by Xiph. org Foundation and it is part of the Ogg umbrella group of multimedia products. Tarkin has been put on hold, with Theora becoming the main focus for video encoding inside Ogg. Tarkin is to be bas
- SPIHTSPIHT (Set Partition in Hierarchical Trees) is an image compression algorithm that exploits the inherent similarities across subbands in a wavelet decomposition of an image. The algorithm codes the most important wavelet transform coefficients (in the sen
- MrSID
- DiracThis article is about the codec. For the British physicist, see Paul Dirac. Dirac is a prototype algorithm for the encoding and decoding (see codec of raw video and sound. It was presented by the BBC in January 2004 as the basis of a new file format for t
Lossy compression algorithms
Read more »