The goal of this lab is to introduce important analytical processes in remote sensing. Using Erdas Imagine 2013, we will explore RGB to IHS transformations, image mosaic, spatial and spectral image enhancement, band ratio, and binary change detection. With these skills, we will be able to apply the processes to real life projects.
Part 1: RGB to IHS Transform
Method
| Figure 1 - Original RGB image on left, IHS image on right |
Then the IHS image had to be transformed back to an RGB image, which is done in the same menu as the RGB to IHS tool (IHS to RGB). When running this tool, there is an option to stretch intensity, saturation, or both. I tried running the tool twice, once with no stretching and once stretching both intensity and saturation at the same time.
Results
| Figure 2 - Transformed with no stretching |
| Figure 3 - Transformed with both Intensity and Saturation stretched |
Part 2: Image Mosaicking
Method| Figure 4 - Pre- Mosaic |
There are a couple of different ways to mosaic images. Mosaic Express is a simplified form that automates most of the process. Essentially, I just added the two files when the tool asked for them and gave it an output destination.
| Figure 5 - MosaicPro |
To synchronize the radiometric properties where the images overlap, I clicked the 'Color Correction' icon. In this menu, I selected 'Use Histogram Matching,' then clicked the 'Set' button. This allowed me to choose only to match the histogram for the areas that overlapped by selecting 'Overlap Areas.' By only choosing to match the overlapping areas, it preserves brightness values of the other areas of the images. In the 'Set Overlap Function' menu, I made sure it was set to the default 'Overlay,' so that the brightness values of the top image were used where the images overlapped.
Results
| Figure 6 - MosaicPro finished product |
| Figure 7 - Mosaic Express finished product |
MosaicPro produced a much better looking image, but was more demanding when it came to user input (Figure 6). By synchronizing the radiometric properties at the intersection points, the transition from one image to the next is almost entirely seamless. Mosaic Express (Figure 7) can be used to produce a mosaicked image quicker, but will not have seamless edges. This option can be used for image interpretation, but would not be recommended when aesthetics are a concern.
Part 3: Band Ratioing
MethodBand ratioing is a technique used to try and limit environmental factors that might have an affect on image interpretation. Ratioing bands together can reveal information that might not otherwise have been found in a single band. Ratioing bands 3 and 4 (red and near infrared bands) can show unique data about vegetation. For this part of the exercise, I ran the NDVI (normalized difference vegetation index) tool to utilize this type of ratioing.
I loaded my Western Wisconsin map and went to the 'Raster' tab. Under 'Unsupervised,' I clicked on 'NDVI.' I left the options at their default settings, making sure 'Landsat 4 TM' was set for the type of sensor and 'NDVI' was selected as the index. Once these were set, I ran the tool.
Results
| Figure 8 - NDVI image |
Part 4: Spatial and Spectral Image Enhancement
MethodPart 4 is the part of the lab that is designed to introduce us to some of the spatial enhancement techniques that can be performed on remotely sensed images.
| Figure 9 - Chicago high frequency |
First, we opened an image of Chicago that was fairly high frequency (Figure 9). High frequency images show significant changes in brightness values over short distances, which needed to be suppressed. To do this, I went to the 'Raster' tab, clicked the 'Spatial' drop down menu, and selected 'Convolution.'
In the 'Convolution' menu, I chose the '5x5 Low Pass' kernel type, used my image of Chicago as the input image, and left all other options at their defaults.
| Figure 10 - Sierra Leone low frequency |
Results
| Figure 11 - Original Chicago image on left, new image on right |
Figure 11 shows the results from my suppression of the high frequency image of Chicago. The new image (on the right) has a much lower contrast and level of detail. When viewed at larger scales, the new image will look smoother, but it would not be useful for interpretation at small scales.
| Figure 12 - Original image on left, transformed image on right |
Method
| Figure 13 - Sierra Leone, pre-edge enhancement |
Results
| Figure 14 - Laplacian edge enhanced image (right) Original image (left) |
Method
| Figure 15 - Western Wisconsin before minimum-maximum stretching |
To run this tool, I went to the 'Panchromatic' tab, the 'General Contrast' drop down menu, and clicked on 'General Contrast.' By selecting Gaussian as the method, and leaving the other options at default, the tool created an image with much higher resolution.
The next image I opened was of the same area, but the histogram for this image was bimodal (Figure 16). The minimum-maximum contrast stretch would not work as well in this case. I used the piecewise linear contrast stretch for this one, since it is best used with images that have multiple modes.
| Figure 16 - Western Wisconsin before piecewise contrast stretch |
Results
| Figure 17 - Minimum-maximum contrast stretch |
| Figure 18 - Piecewise linear contrast stretch |
The results of the piecewise linear contrast stretch are in figure 18. The altered image, shown on the left, also has a higher contrast than the original image. This part of the lab showed that, depending on the original image, different tools may have to be used to get the same effect. Knowing and understanding these differences is important when deciding what tool to use.
Method
| Figure 19 - Image before histogram equalization |
'Histogram Equalization' is found on the 'Raster' tab under the 'Radiometric' drop down menu. This was an easy technique to use. I simply left all the default options and ran the tool.
Results
| Figure 20 - Original image (left), and an image with equalized histograms (right) |
Part 5: Binary Change Detection (Image Differencing)
Method
| Figure 21 - Image of several Wisconsin counties, 1991 (left), 2011 (right) |
Image differencing is a technique used to show changes between images taken at different times by comparing differences in pixel brightness values. I used an image of Western Wisconsin taken in 1991 and an image of the same area taken again in 2011(Figure 21). The goal was to see which pixels changed during that time.
Under the 'Raster' tab, I clicked on the 'Functions' icon and chose 'Two Image Functions.' This interface is used for simple arithmetic operations on images. For the input file #1, I used the 2011 image and for input file #2, I used the 1991 image. Under the inputs, the 'Layer' selection for both images was changed from 'All' to 'layer 4.' The operator also needed to be changed from '+' to '-'.
| Figure 22 - First step image differencing |
Next I used Model Maker to develop a model to bring both of my raster images into a function that calculated the differences between the two images.
| Figure 23 - Changed areas |
Results
| Figure 24 - Final map of changed areas based on brightness values of pixels. Yellow represents changed areas between 1991 and 2011 |