Lecture Notes - Introduction to Lossy Image Compression Flashcards
(9 cards)
What is lossy image compression?
What’s entropy?
What’s entropy rate?
Give the different combinations for the 4 subbands of a Haar transform and name the subbands
Explain the concept of Multi-Level Haar. What’s the implication of the Multi-Level Haar are you increase the levels?
After quantising the Haar transform, the huffman code can be used. Is it efficient or inefficient at reducing the entropy?
- Inefficient
- After quantising the Haar transform, the symbol ‘0’ is very frequent, with a probability much bigger than 0.5
e.g consider a black image. Huffman code will see it as each pixel bin with 1 bit and makes it harder to decode.
In practical encoding, which coding scheme or rather combination gives near ideal entropy coding.
- Pre-process the quantised transform by RLC
- Then use Huffman.
Why use the Haar transform?
The HT can be used to decrease the energy of the signal (or overall entropy) and thus achieve much better compression.