Change Detection Using IKONOS Imagery
For the purpose of change detection; monitoring changes in earth surface’s objects and phenomena, multi temporal analysis: ie. Deforestation rate, and update spatial information database. However, before we going to do change detection we have to consider about the images have to be rectified, which that’s good and important idea that tried to make RMS error less than 1 pixel and involve, remove atmospheric effect, calibrated image for doing same DN between image date1 and image date2, etc.
Objective
1. Understand the main idea for performing change detection for the best result.
2. Learn to registration and rectification on the two images, and also understanding about why we have to calibration.
3. Learn to create a Virtual dataset of two rectified images.
4. Learn a simple change detection method displaying compatible bands of imagery of different dates in Red and Green color layer in RGB color mode.
5. Learn the band ratioing change detection method of dividing corresponding bands of imagery of different dates and display it as greyscale or pseudocolor image.
6. Learn to use the principle component for change detection method and also able to used formula for area calculation.
Data
available
|
1. |
Digital File (ER Mapper 5.5 format) |
PO_53518.ers PO_53518 |
PO_59044.ers PO_59044 |
|
2. |
Acquisition Date |
October 24, 2000 |
January 02, 2001 |
|
3. |
Datum Projection |
WGS84 UTM Zone 50 N |
Raw Raw |
|
4. |
Resolution |
4 meter |
4 meter |
|
5. |
Number of Bands |
3 Bands Visible & 1 Band Near Infra Red |
3 Bands Visible & 1 Band Near Infra Red |
Temporal image ratioing involves computing the ratio of the data from two image of imaging. Ratios for area of no change tend toward 1 and areas of change will have higher or lower ratio values. Again, the ratio data are normally scaled for display purpose one of the advantages to the ratioing technique is that it tends normalizes the data for changes in such extraneous factors as sun angle, shadow, etc.
IKONOS have had 1-meter resolution and also had characteristic is orbit: 680 Km, sun-synchronous, 98.2 inclination, which it cans application to manage natural resource such as Water Resource, Land Resource, Environment& Hazards Management.
Theory and Methodology
Every image has a Coordinate Space, which is defined by the Coordinate Space block in the image header file. The entries are: Datum, Projection, Registration Point coordinates, Image cell size, Coordinate Type Units (optional) and Rotation. In a RAW image no values have been assigned to Coordinate Space entries. Registering an image involves allocating appropriate values to these entries so that the image can be geographically positioned. See 'Coordinate spaces The Registration Point is a single cell in the image whose X, Y cell coordinates (usually 0, 0) are referenced to geographical coordinates or to those of the same point on another image. This is also known, as geo-referencing information Registration does not involve changing the image in any way.
Coordinate spaces
The coordinate space of an image dataset defines where the image is located in the real world or relative to other images, which the coordinate space is specified by the following parameters in the header file: Map projection (Geodetic datum, Rotation.) and also it the coordinate space of an image is stored in the image header file.
Rectification
Rectification involves changing the image to meet specific requirements. In addition to the Coordinate Space block, the image header file can also contain information on Ground Control Points (GCPs). These GCPs are points on the image whose position can be referenced to known coordinates or to the same points on a geocoded image. There are two different types of rectification are geometric correction and geographic transformation. The first one Geometric correction as described earlier in this chapter, digital image data can often contain errors in geometry due to the motion of the scanners, sensor characteristics, the curvature of the earth, or other factors. Geometric correction uses information such as GCPs and/or camera characteristics to rectify these errors. For the second one is Geographic transformation: the Geographic transformation involves changing the geographic position of the image by rotating it and/or transforming it to another map projection, datum or coordinate type.
We can rectify an image to change its map projection or rotation. Data not in a specific map projection, for example raw data, can be geo-referenced to a known map projection or to another raw image by identifying control points. We have several type of rectification. However, in this assignment we have selected Polynomial (Control Point) - Image to Image that we can start tasks by selecting Geocoding Wizard from the Process menu. Note: Images in the same map projection in the same algorithm are automatically mosaic together.
Change
detection requirement
ท Image registration and rectification to make both images be in the same map datum and projection. PO_53518.ers should be the master image (target image) since it has been rectified.
ท Image calibration. Check the mean DN values for the dark and bright features at the same location. Define polygons using raster region in drawing utility and then calculate statistics. Transform the second image linearly.
ท PCA transformation. For each image, make Principle Component #1 transformation to have image compression.
ท Make a virtual dataset that contains:
o 4 bands of PO_53518 data
o 4 bands of PO_59044 data
o PC#1 of PO_53518 data
o PC#1 of PO_59044 data
Change
detection