- Contrast Enhancement
- This is a very common procedure whose goal is to increase the contrast ratio on an image. The process is simply one of looking at a histogram of the digital values for an image and resampling them after stretching the values which made up the bulk of the variation on the image over the full range of possible values. There are a number of approaches available in most software packages, but a simple linear stretch is usually sufficient.
A major cause of low contrast in images is scattering, which is due to multiple collisions with particles and gases in the atmosphere. However, some terranes inherently have low contrast. For example, polar areas covered with snow are uniformly bright and a basaltic volcano is uniformly dark. The key control on the nature and amount of scattering is the relationship between the wavelength of the energy and the size of the particles and molecules being encountered.
- Selective Scattering
- Short wavelengths are scattered more producing blue sky for example.
- Nonselective
- Due to large particles - all wavelengths are scattered producing random white light. For example, water droplets produce white clouds.
Scattering produces illumination but reduces contrast ratio. In the case of film, contrast is increased by using filters (haze filter or IR film). In the case of digital images, contrast stretching (transformation) is a basic step in image processing that is applied to almost every data set. The concept is simple in that for most images a histogram showing the number of pixels which assume a certain digital value reveals that the values span a limited range of the radiometric resolution available (usually 0 to 255). Thus, the contrast is reduced. The most common approach to employ is the linear contrast stretch (often with the highest 1-2% and lowest 1-2% of the values excluded) where the highest recorded value is transformed to the highest value possible and the lowest values recorded transformed to the lowest value possible. Everything in between is adjusted in a linear fashion. A gaussian stretch is a similar transformation but assumes the digital values should have a bell-shaped curve distribution. A histogram equalization approach attempts to put a similar number of digital values in every portion of the distribution.
|
- Density Slicing
- This process is nothing more than assigning a single color or shade of gray to a whole range of digital values. This makes a map appear terraced, and the idea is that each level of the slice corresponds to a some aspect of the image.
- Edge Enhancement
- The fact that a digital image is composed of resolution cells which have finite dimensions tends to blur edges (i.e., faults, roads, land use boundaries, etc.). Thus, edge enhance is a process which attempts to sharpen up the edges in an image. Mathematically this process amounts to taking spatial derivatives (gradients). Where there is only a small change in the image there will be little effect. Areas with changes will be sharpened. This approach can be applied so that edges with any geographic trend will be enhanced (non-directional filter) or so that only edges with a certain trend will be enhanced (directional filter).
- HS Transformation
- The intensity, hue, and saturation approach is an alternative way to think of the colors in an image. This approach can be used to enhance an image by for instance contrast stretching the saturation component and then transforming back to the RGB system. (see Plate 11 of Sabins, 1987). Another reason to employ this simple transformation is to replace the intensity with some other sort of data such as SPOT or IRS-C and then do the inverse transformation to obtain the RGB color image at a higher resolution.
- Digital Mosaics
- It always seems that ones area of interest lies near the boundary between two scenes. Thus, it is necessary to merge the data from these scenes into a mosaic. This process involves spatially merging the data sets and then matching their histograms so that the color schemes match and the seam between the two scenes is not visible.
- Stereo Pairs and Perspective Images
- With the emergence of readily available digital elevation data, many new approaches to enhancing images are emerging. For example, the digital elevation data can be used to create synthetic stereo pairs and to create perspective views by draping the image over the topography.
|