RTUComputer ScienceYr 2020 · Sem 82020

Q12Digital Image Processing

Question

4 marks

Discuss the concepts of sampling and quantization in Digital Image Processing. How do they affect the image quality?

Answer

A definitive mathematical exposition on Sampling and Quantization. Details how the physical continuum of light is violently digitized into a spatial grid (causing aliasing) and discrete amplitude levels (causing false contouring).

The physical universe is analog and continuous; a computer's RAM is discrete and finite. To force a physical photograph into a digital matrix, the image must undergo two completely distinct, violently destructive mathematical processes: Sampling and Quantization.

Sampling is the mathematical discretization of the physical spatial coordinates ().

  • The Mechanism: An infinite, continuous image plane is violently chopped into a rigid grid of squares (Pixels).
  • Impact on Quality: The physical density of this grid dictates the Spatial Resolution (e.g., ). If the sampling rate violently drops below the Nyquist Frequency (undersampling), catastrophic mathematical artifacts called Aliasing occur. Straight diagonal lines turn into jagged staircases (Jaggies), and fine high-frequency patterns warp into horrific Moiré illusions.

Quantization is the mathematical discretization of the continuous light amplitude .

  • The Mechanism: The analog voltage recorded by the sensor (which has infinite possible decimal values) is violently rounded to the nearest integer within a rigid scale defined by the bit-depth . An 8-bit image allows exactly discrete gray levels (0 to 255).
  • Impact on Quality: This process fundamentally destroys data (Quantization Error). If the bit-depth is violently crushed from 8-bit down to 3-bit (8 colors), the image can no longer mathematically represent smooth gradients. A smooth sky gradient will shatter into thick, distinct bands of solid gray, a catastrophic visual failure known as False Contouring.
Back to Paper