Lecture 7 2
Lecture 7 2
Presented by
Mr.Prafulla Kumar panda
Assistant Professor
Department of civil Engineering
Contact-9438269572
Mail: prafullapanda@cutm.ac.in
Distorted Image
Radiometric Correction
Geometric Rectification
Grid1 to Grid2
Cord1 to Coord2
No proj to Proj
Corrected Image
(Raw data)
Overview of DIP
Introduction
• Correction method:
– 1. Detect spikey by comparing DN with DN of its
surrounding pixels (neighbors')
– 2. Replace DN with DN value interpolated from the
surrounding pixels
UKZN August 09 ENVS720
ENVS720
UKZN August 09
Atmospheric Effects
• Absorption
– Water vapour
– Carbon dioxide
– Ozone
Atmospheric Interference
HAZE
• Lower wavelength bands are increasingly subject to haze,
which falsely increases the DN value.
• This needs correction in some cases, for example to mosaic
scenes with different amounts of haze, or to generate band
ratios, where the resultant values may be affected.
• The effect of haze diminishes with increasing wavelength, but
clouds affect all visible and IR bands, hiding features twice:
once with the cloud, once with its shadow. Only in the
microwave, can energy penetrate through clouds.
Atmospheric Effects
(d)
UKZN August 09 ENVS720
Geometric Distortion
due to platform velocity changes
Roll Pitch Yaw
oversampling
undersampling
• forward platform velocity increases (lower orbit) -> spacing between the
scan lines in the along track direction increases, i.e. undersampling (gaps).
UKZN August 09 ENVS720
Sources of Distortion
• Relief displacement on aerial photographs - objects that are directly
below the lens will have only their top part imaged where as other objects
will lean away from the centre of the photographs and their sides appear.
• Images from across-track scanning systems are distorted due to the
rotation of the scanning optics. As the sensor scans across each line, the
distance from the sensor to the ground increases further away from the
centre of the swath.
• Skew distortion - caused by the eastward rotation of the earth which
causes a sweep of scanning systems to cover an area slightly to the west of
each previous scan
Surface Relief
In scanner imagery the relief
distortion occurs only in the across
Relief track direction, and its visual effect is
H such that the relief appears to be
displaced away from nadir along
scan.
d x
d = relief distortion (m) Example: MODIS over Mount
Everest (8.84km high). The mountain
d=hx/H–h top may be located 0 - 1170km (edge
of scanline) from nadir. The
H = Sensing altitude relative to horizontal datum (m) corresponding relief distortion is 0 -
h = Relief height relative to horizontal datum (m) 14.8 km.
X = Distance of relief from nadir (m)
Image Rectification & Restoration
2) Sampling ?
• the number and spatial distribution of GCPs that should be collected
is poorly defined
• this usually leads to locally redundant (i.e. excessive effort) or
insufficient (i.e. inaccurate) use of GCPs
3) Accuracy
• GCP positional accuracies vary as a function of numerous variables -
particularly if they are collected manually
• After transformation, the original arrangement of
pixels is distorted
• Grid centers from the map-registered pixels grid
will not usually project to exact pixel centre
locations in the image
• Resampling is therefore necessary in order to
produce a regular grid size of pixels
Interpolation Techniques
Bilinear
Bilinear
UKZN August 09
• Bilinear Interpolation – Output value is calculated by
finding the weighted average value from the 4
surrounding pixels in the original image. Resulting image is
smooth without offsets. But the process alters the gray
levels of the original image.
• Cubic convolution – Takes into consideration all 16
surrounding pixels for computing the output value
– Adv – it avoids the disjointed appearance of the nearest
neighbour method & provides a sharper image than the bilinear
method.
– But the technique also alters the original image gray levels.