Remote Sensing Lab 4
Goals and Background:
Lab 4 seeks to better familiarize the user with various miscellaneous image functions that are commonly used in remote sensing programs. Some functions touched upon by the lab include radiometric enhancement, linking images to Google Earth for additional information, and image mosaicking, among others. By completing the lab, the user will gain experience with a variety of tools needed to successfully execute basic remote sensing projects.
Methods:
Part 1: Image Subset
Section1: Image Subset of study area
Th first exercise is to subset the image (or to grab a specific part of it) using the inquire box. For this exercise, we want to get a subset image of the cities of Eau Claire and Chippewa Falls.
figure 1: The inquire box in the image centered on Eau Claire and Chippewa Falls.
To create the actual subset image, we will use the "Create Subset Image" Tool found in the Raster Toolset.
figure 2: The Create Subset Image tool. The "From Inquire Box" option has been selected for the bounds.
Section 2: Subsetting with the use of an AOI shapefile
Next, we want to again subset an image, but this time we will use the AOI (area of interest) shapefile method. We will again focus on Eau Claire and Chippewa Falls. To do this, we will overlay the shapefile over the image, and save out the outline as a AOI file.
figure 3: The shapefile representing Eau Claire and Chippewa Counties. Take note of the dotted outline, representing the AOI that will be saved.
Again at the Create Subset Image Tool, we will select the AOI option and use our previously created AOI file.
figure 4: The Create Subset Image Tool, with the AOI option selected.
Part 2: Image Fusion
For the second exercise, we want to create a higher spatial resolution image from a lower resolution image to better aid spatial interpretation. We will achieve this with the Resolution Merge tool found under Pan-Sharpen in the Raster Toolset. The AOI remains on Eau Claire and Chippewa Counties.
figure 5: The two input images to be used, with the higher spatial resolution pan-chromatic image in the right viewer.
figure 6: The Resolution Merge Tool. The Multiplicative method and the Nearest Neighbor resampling technique were selected.
Part 3: Simple radiometric enhancement techniques
For the third exercise, we will attempt to enhance an image's spectral and radiometric quality by removing haze. We will achieve this by using the Haze Reduction Tool under Radiometric in the Raster Toolset.
figure 7: The input image for our haze reduction. Take note of the prominent haze in the lower right corner of the image, lowering image quality.
figure 8: The Haze Reduction tool.
Part 4: Linking the Image Viewer to Google Earth
For the fourth exercise, we will link the viewer to Google Earth, to allow for better visual interpretation. This is achieved by searching for "Google Earth" in the search bar the Help toolset, and select the "Connect to Google Earth" option. Google Earth can serve as a great selective image interpretation key, allowing the user to gain additional knowledge about features in the AOI. In addition, it can help with general feature classification as well.
Part 5: Resampling
For the fifth exercise, we will resample an image, or change the size of its pixels. This is useful when dealing with images from different sensors, or just when a image needs to smoothed out. For this exercise, we will be resampling up, or reducing the pixel size.
We will achieve this using the Resample Pixel Size under Spatial in the Raster Toolset. We will try Resampling with two different methods: Nearest Neighbor and Bilinear Interpolation.
figure 9: The Resample Pixel Size Tool. The Nearest Neighbor Method has been selected.
figure 10: The Resample Pixel Size Tool, with the Bilinear Interpolation Method selected.
Part 6: Image Mosaicking
Section: Mosaicking with Mosaic Express
For the sixth exercise, we will mosaic two adjacent satellite images. Image mosaicking is useful tool when the AOI lies on the boundary of two images, or when it lies across multiple images. We will first mosaic the images using Mosaic Express under Mosaic in the Raster Toolset. Mosaic Express allows for the user to quickly mosaic images, and as such we will leave most of default parameters in place.
figure 11: The two input images to be mosaicked. The higher quality image is overlaid on top.
figure 12: The Mosaic Express Tool, with the two input images added. Default parameters have been left as is.
Section 2: Mosaicking with Mosaic Pro
We will next mosaic images with the Mosaic Pro tool under Mosaic in the Raster Toolset. Mosaic Pro is a much more comprehensive mosaicking tool; it requires much more user input than it's shorter counterpart, Mosaic Express. However, this additional user input allows for a much better resultant image. We will use the same two images as before.
figure 13: The two input images loaded into the Mosaic Pro interface. The higher quality image is still on top.
In the interface, we will specify the color correction and overlap methods to be used. For color correction, we will use the Histogram Matching method, with the overlap areas only option selected. With this option, only the intersecting overlap areas will match their brightness values to the corresponding histogram, while maintaining the brightness values in the other parts of the mosaicked image. In this way, the border between the two images will seem more seamless.
For the overlay method, we will use the default Overlay Method. With this method the brightness values from the top (or better quality image) is used for to determine brightness values in regions of intersection in the mosaicked image.
figure 14: The Color Corrections window. The Histogram Matching Method has been selected, and the Overlap Areas option has been selected.
Part 7: Binary Change Detection
Section 1: Creating a Difference Image.
For the seventh and last exercise, we will determine the amount of land cover/use that changed during a 20 year period in a region including Eau Claire. We will do this by determining and displaying the brightness values that changed between the images, which are from 1991 and 2011 respectively.
figure 15: The two input images to be used.
The first step in the process is to create a difference image from the two input images. A difference image will provide us with an indication of what pixels changed between the two input images. To create this difference image we will use the Two Input Operators tool from under Functions in the Raster Toolset.
figure 16: The Two Input Operators Tool. Notice how the "-" Operator has been selected, indicating that we want to see the change between the two input images.
With the difference image created, we can examine its histogram. However, due the nature of the Two Input Operators tool, the histogram is slightly misleading. The brightness values mapped close to the mean (or the center of the histogram) are those which did not significantly change between the two images. Rather, it is the brightness values at the edges of the histogram beyond a certain change threshold that actuallty changed. This threshold can be calculated with the simple equation:
threshold = mean +1.5(standard deviation)
Applying the data from the difference image's metadata, we can quickly calculate the threshold:
Mean: 12.253
Std. Dev.: 23.946
Threshold = Mean + 1.5(St. Dev.)
Threshold = 12.253+1.5(23.946)
Threshold = 48.172
We can apply the threshold to find the regions of the Histogram which contain the brightness values that changed.
figure 17: The Histogram of the difference image, with the applied thresholds of change applied.
Section 2: Mapping Change in Pixels in Difference Image using Spatial Modeler
After examining our previously created difference image, it is evident we will need another method to actually be able to display the areas of change in our image. We will achieve this using Model Maker, found under Model Maker in the Toolbox Toolset. Model Maker is a useful tool in that it allows the user to create and visualize processes that are not already present in the ERDAS Imagine Program.
figure 18: Model Maker with our process visualized. Like before, we will input our two images and create a difference image.
figure 19: The histogram of the resulting difference image. A constant was used in the difference function of our model, and so the histogram has been shifted to only positive brightness values. The area of change is now only on the upper bound of the histogram. We can calculate this upper threshold only with the following equation:
St. Dev.: 18.082
Change threshold: Mean + 3(St. Dev.)
Change threshold: 17.818 + 3(18.082)
Change Threshold: 72.064
With our new upper threshold calculated, we can now develop a new model that will display only those pixels which changed between our two original input images.
figure 20: The new model, with the difference image as the input. A simple Either IF OR function will be used. If pixels in the image exceed the change threshold, they will be displayed. Otherwise, all other values will be made dark.
With only the pixels that changed displayed in a new image, we can display the image in ArcMap or a similar mapping program to be better visualized.
Results
figure 21: The successfully subset image of Eau Claire and Chippewa Falls .
figure 22: The successfully subset AOI image of Eau Claire and Chippewa Falls. Note that it shares the shape of the shapefile that was used to create it.
figure 23: The increased spatial resolution pan sharpened image. The new image is of a much higher quality than the original multispectral image.
figure 24: The haze reduced image. Notice the haze in the lower right corner has been cleared up.
figure 25: The resampled image using the nearest neighbor method.
figure 26: The resampled image using the bilinear interpolation method. It is generally smoother and more seamless than its nearest neighbor counterpart.
figure 27: The mosaicked image made using Mosaic Express.
figure 28: The mosaicked image made using Mosaic Pro. While the boundary can still be seen, it is generally more seamless and uniform in color.
Sources:
Earth Resources Observation and Science (EROS) Center. (n.d.). Retrieved April 5, 2019, from https://www.usgs.gov/centers/eros
Price, M. (2014). Mastering Arcgis (6th ed.). Mcgraw Hill Higher Education.