This is the first lab assigned in Geography 438, Advanced Remote Sensing, at the University of Wisconsin-Eau Claire. It focuses on learning how to extract statistical information from satellite images, developing a model to calculate image correlation analysis, and interpreting the results of the correlation analysis for image classification. The main focus of the lab is learning how to identify and eliminate data redundancy from satellite images by applying statistical techniques and analysis. This is a key part of performing image preprocessing.
Methods:
Exploring Data Quality through Feature Space Plots:
The first technique of exploring data quality used was looking at feature space plots (Figure 1). These images help show whether or not two bands may be highly correlated. If they do appear to be highly correlated, there may be redundancy present and one of the bands should be eliminated or further statistical tests should be run to detect correlation.
An image of the Eau Claire area taken in 2007 was added to the viewer in ERDAS Imagine. From here feature space plots were created using combinations of all of the available bands by using the Raster toolbar and looking under Supervised. By making feature space plots of all of the available band combinations, bands that may correlate and therefore be redundant can be identified (Figure 2). Also bands that have a high amount of variation can be located as well (Figure 3).
This feature space plot shows the relationship between the reflectance in bands 4 and 6. These two bands appear to be greatly varied and have a low correlation. (Figure 3) |
Assessing Image Quality through Correlation Analysis:
The next part of the lab involved creating a model to run correlation analysis on the same image that feature space plots were created for. Creating feature space plots is a good idea to explore whether or not correlation analysis should be run, while correlation analysis gives more finite information about the bands and whether or not there is redundancy present.
The first step was to open up model builder and begin constructing the necessary model (Figure 4). This model was rather simple to construct as all that was required was an input, a function to calculate correlation (Figure 5), and an output matrix table.
This is the model that was designed in order to perform correlation analysis on the image. As it can be seen, this model is rather simple and only has one input, function, and output. (Figure 4) |
After the model was run an output matrix was created and cleaned up to look professional the results could be easily seen and the bands with the highest correlation could be found (Figure 6). Correlation is measure on a scale of -1 to 1. The closer the number is to 1 or -1, the higher the correlation. The closer the correlation value is to zero, the less correlation present. If two bands have a correlation value of greater than 0.95, one of them should be eliminated as to avoid redundancy.
This is a high resolution image taken of an area in the Florida Keys which was analyzed using correlation analysis. (Figure 7). |
This is a high resolution image taken of an area in the Sundarbans which was analyzed using correlation analysis. (Figure 8) |
Conclusion:
It is important when performing image preprocessing to check for redundancy in an image. This can be explored initially by creating a feature space plot which will show if correlation analysis may be necessary. If correlation analysis does appear to be necessary then it can be easily run by creating a model. Once the correlations analysis has been run and the output table created, it can be seen which bands may be redundant by looking at the correlation values and observing how near they may be to 1. From here, redundant bands should be eliminated before moving on.