RTUComputer ScienceYr 2020 · Sem 82020

Q9Digital Image Processing

Question

2 marks

What are the three types of redundancies found in digital images?

Answer

The three absolute redundancies mathematically crushed during image compression are: Coding redundancy, Spatial/Temporal redundancy (interpixel correlation), and Psychovisual redundancy (imperceptible human visual data).

Coding redundancy is attacked by Huffman coding (using shorter bits for common pixels). Spatial redundancy exploits the mathematical fact that neighboring pixels are usually identical. Psychovisual redundancy aggressively deletes high-frequency color variations that the physical human retina is completely blind to (exploited by JPEG quantization).

Back to Paper