Lecture Notes - DCT and JPEG Flashcards
(6 cards)
1
Q
What is the Karhunen Loeve Transform not used in practice? What is used instead?
A
Not convenient to compute as it depends on the signal statistics. The Discrete Cosine Transform is used instead.
2
Q
When observing R-D curves, does the DCT or Haar transform perform better?
A
- The DCT performs better (i.e. DCT 4X4, 8X8, 16X16)
- Found that 8x8 was optimum DCT
3
Q
What effect is observed when increasing the DCT size?
A
- See a shimmering effect.
- However, due to quantisation as the Qstep loses the coefficients on tails of sinc function.
4
Q
Which colour space does JPEG use and why?
A
- JPEG works on YUV images
- Found that it is the best colour space for entropy.
5
Q
Explain why the DCT is used over the Haar transform
A
- The transform matrix is of size n x n.
- For n > 2, DCT is better.
6
Q
A