Lecture 3
Lecture 3
Lecture 3
Figure 2.
IMAGE ENHANCEMENT
A more expressive display would result if we were to expand the range of
image levels present in the scene (60 to 158) to fill the range of display values
(0 to 255).
In figure 2c, the range of image values has been uniformly expanded to fill the
total range of output device.
The uniform expansion is called linear stretch.
Subtle variations in input image data values would now be displayed in output
tones that would be more readily distinguished by the interpreter.
The linear stretch would be applied to each pixel in the image using the
algorithm.
IMAGE ENHANCEMENT
DN’ = (DN-MIN/MAX-MIN)255
Where
DN’ = digital number assigned to pixel in output image
DN= original digital number of pixel in input image
MIN=minimum value of input image, to be assigned a value of 0 in the output
image (60)
MIX= maximum value of input image, to be assigned a value of 255 in the output
image
(158)
IMAGE ENHANCEMENT
Histogram-equalized stretch
• In the histogram equalized stretch image values are assigned to display levels
on the basis of their frequency occurrence (Figure. 2d), more display values
(and hence more radiometric detail) are assigned to the frequently occurring
portion of the histogram.
• The image value range of 109 to 158 is now stretched over a large portion of
display levels(39 to 255).
• A smaller portion (0 to 38) is reserved for the infrequently occurring image
values of 60 to 180.
IMAGE ENHANCEMENT
Special stretch
In spectral stretch, specific futures may be analyzed in greater radiometric detail
by assuming the display range exclusively to a particular range of image values.
If water feature were represented by a narrow range of values in a scene,
characteristics in the water features could be enhanced by stretching this small
range to the full display range.