CEC366 – Image Processing
UNIT I: DIGITAL IMAGE FUNDAMENTALS
5. Image Sampling and Quantization
Image sampling and quantization are the core steps in converting a continuous-tone image
into a digital image.
🔹 1. Image Sampling:
- Sampling refers to selecting discrete points (pixels) from the continuous image.
- Determines the spatial resolution of the image (e.g., 256x256 or 1024x1024).
- Higher sampling rate = Better image detail.
🔹 2. Image Quantization:
- Quantization assigns a finite number of intensity levels to each sampled pixel.
- Determines the gray-level resolution (e.g., 2 levels in 1-bit, 256 levels in 8-bit).
- Higher quantization = Smoother shading and more realistic images.
🔸 Combined Effect:
- Both sampling and quantization influence image clarity and storage size.
- Low sampling/quantization causes pixelation or loss of detail.
🔹 Key Formula:
Total bits = Rows × Columns × Bits per pixel
(e.g., 256×256 image at 8 bits → 65,536 × 8 = 524,288 bits)
Conclusion: Sampling controls image resolution, quantization controls brightness accuracy.
Both are essential for high-quality digital imaging.