Chapter One
Chapter One
Processing
Chapter 1
Introduction to digital image and display or
visualization
1. False Color Composites: False color composites are created by assigning different
spectral bands to the red, green, and blue channels of an image display.
✓ This technique enhances the visibility of specific features, such as vegetation, water
bodies, and urban areas.
2. True Color Display: True color display reproduces the natural colors of the Earth's
surface by assigning the red, green, and blue bands to their respective color channels.
✓ True color images are useful for visual interpretation and comparison with ground-
based observations.
3. Image Stretching: Image stretching adjusts the display contrast and brightness to
enhance the visibility of features within the image.
✓ Techniques such as histogram equalization and contrast stretching are commonly used
to improve image clarity.
Prepared by Milkessa Dangia, WU
2/17/2024 4
2024/2016EC
4. Image Fusion: Image fusion combines information from multiple sensors
or spectral bands to create composite images with enhanced spatial or
spectral resolution.
• The binary digits ("bits") for each pixel are stored in a sequence by a
computer and often reduced to a mathematical representation
(compressed).
• The bits are then interpreted and read by the computer to produce an
analog version for display or printing.
Prepared by Milkessa Dangia, WU
2/17/2024 10
2024/2016EC
• The image types we will consider are
1) binary, 2) gray-scale, 3) color, and 4) multispectral.
▪ Let's explore each type of image:
1. Binary Images:
• Definition: Binary images are the simplest type of digital images, composed of
pixels that can only take on two values: typically, black and white, or 0 and 1.
• A binary image is referred to as a 1-bit image because it takes only 1 binary digit
to represent each pixel.
multiple bits, typically 8 bits per pixel (1 byte), allowing for 256
levels of gray.
✓Each pixel is represented by a single bit, allowing for two colors (usually
black and white or 0 and 1).
✓Commonly used for binary images, such as line art or simple diagrams.
✓Each pixel is represented by 8 bits, providing 256 levels of color intensity for
each of the primary colors (red, green, blue).
✓This is known as 8-bit color or 24-bit color (8 bits for each color channel).
✓Widely used for grayscale images and indexed color images, where a palette
of 256 colors is used to represent the image.
Prepared by Milkessa Dangia, WU
2/17/2024 20
2024/2016EC
3. 16-bit (65,536 colors):
colors.
applications.
Prepared by Milkessa Dangia, WU
2/17/2024 21
2024/2016EC
5. 32-bit (16.7 million colors + transparency):
✓ Similar to 24-bit color, but with an additional 8-bit alpha channel for transparency
information.
✓Digital image data formats determine how image data is organized and
stored in memory or on disk.
✓Different formats offer various advantages and are suited for specific
applications.
✓Here are descriptions of several common digital image data formats:
1.6.1. Band Interleaved by Pixel Format
• In Band Interleaved by Pixel (BIP) format, bands of a multi-band image
are stored interleaved by pixel.
• Each pixel contains all bands' information, making it efficient for certain
processing tasks but may pose challenges for accessing specific bands.