RTUComputer ScienceYr 2024 · Sem 62024

Q9Digital Image Processing

Question

2 marks

What is run-length coding?

Answer

Run-Length Coding (RLC) is a lossless mathematical compression architecture that violently collapses contiguous identical pixels into a single (value, length) pair.

Run-Length Coding is a highly efficient algorithm for binary images. Instead of transmitting 100 consecutive white pixels as 1,1,1..., it mathematically compresses it to a strict pair: (1, 100). It completely eradicates spatial redundancy without destroying a single bit of actual architectural data.

Back to Paper