Digital Image Processing
Digital Image Processing
1 pixel
Digital Image:
When x, y and the intensity values of f are all finite, discrete
quantities, we call the image a digital image.
▪ Color Image:
r ( x, y)
f ( x, y) = g ( x, y )
b ( x , y )
128 * 128 64 * 64 32 * 32
16 grey levels (4 bpp) 8 grey levels (3 bpp) 4 grey levels (2 bpp) 2 grey levels (1
COMPILED FOR TRAINING PURPOSE NOT FOR DISTRIBUTION - bpp)
ST
Resolution: How Much Is Enough?
The big question with resolution is always how much is
enough?
This all depends on what is in the image and what you
would like to do with it
Key questions include
Does the image look aesthetically pleasing?
Can you see what you need to see within the image?
Gamma-Ray Imaging
X-Ray Imaging
Imaging in the Ultraviolet Band
Imaging in the Visible and Infrared Bands
Imaging in the Microwave Band
Imaging in the Radio Band
A.Image Acquisition
Imaging Sensor
◦ The physics of light, which determines the brightness of a point in the image
plane as a function of illumination and surface properties.
Requires knowledge of
atmospheric conditions and
aerosol properties at the time the
image was acquired Surface
Reflectance
COMPILED FOR TRAINING PURPOSE NOT FOR DISTRIBUTION -
ST
Radiometric Correction Process
DN (raw value
Most image processing software packages have radiometric and
from the sensor)
atmospheric correction tools
Local averaging
Normalization
Striping was common in early Landsat MSS data
due to variations and drift in the response over time
of the six MSS detectors.
The 'drift' was different for each of the six detectors,
causing the same brightness to be represented
differently by each detector.
The corrective process made a relative correction
among the six sensors to bring their apparent values
in line with each other
Images: Lillesand-Kiefer
COMPILED FOR TRAINING PURPOSE NOT FOR DISTRIBUTION -
ST Campbell 10.4
Noise Removal
Line drop: Occurs due to recording problems when one of the detectors
of the sensor in question either gives wrong data or stops functioning.
The Landsat ETM, for example, has 16 detectors in all its bands, except
the thermal band
A loss of one of the detectors would result in every sixteenth scan line
being a string of zeros that would plot as a black line on the image
Dropped lines are normally 'corrected' by replacing the line with the
pixel values in the line above or below, or with the average of the two.
Detector: Component of a remote sensing system that converts
electromagnetic radiation into a recorded signal
Images: Lillesand-Kiefer
COMPILED FOR TRAINING PURPOSE NOT FOR DISTRIBUTION - Campbell 10.4
ST
COMPILED FOR TRAINING PURPOSE NOT FOR DISTRIBUTION -
ST
Sun angle correction
Position of the sun relative to the earth changes depending on time of the day and the
day of the year
Solar elevation angle: Time- and location dependent. In the northern hemisphere the
solar elevation angle is smaller in winter than in summer
Sun angle correction: An absolute correction involves dividing the DN-value in the
image data by the sine of the solar elevation angle. Size of the angle is given in the
header of the image data
Atmospheric correction
Systematic distortions:
Mostly (automatic) corrected before image is delivered by ground station
Random distortions:
Corrected by using GCP: ground control points (&DEM)
GCP resampling Image to Image resampling
Geometric correction
Interpolation method:
• Nearest Neighbor: In the nearest neighbor method, the value for a pixel in
the output image is determined by the value of the nearest pixel in the
input image.
• Bilinear: The bilinear interpolation technique is based on a distance
dependent weighted average, of the values of the four nearest pixels in
the input image.
• Bicubic: The cubic or bicubic convolution uses the sixteen
surrounding pixels in the input image. This method is also called
cubic spline terpolation.
• Local Operations
• Brightness values of each pixel in an image data are modified based on neighboring brightness
values
Processed image
Level Slicing
• An enhancement technique
whereby the DNs
distributed along the x axis
of an image histogram are
divided into a series of “Sliced” NIR Band of Landsat 7 ETM+
intervals or “slices”.
In general, the more accurate the segmentation, the more likely recognition is to succeed.
Segmentation algorithms for monochrome images generally are based on one of two basic
properties of gray-scale values:
Discontinuity: The approach is to partition an image based on abrupt changes in gray-
scale levels. The principal areas of interest within this category are detection of isolated
points, lines, and edges in an image.
Similarity: The principal approaches in this category are based on thresholding, region
growing, and region splitting/merging.