4.3 Georeferencing and geocoding Flashcards
Georeferencing
- The main objective is to relate the image coordinates to a specific map coordinate system.
- Image coordinates are linked to map coordinates using a transformation model.
(x,y) = T (i,j) (i,j) = T-1 (x,y)
Georeferencing two major steps
–Selecting the appropriate type of transformation
•Depends on the sensor system and the platform.
•Linear transformations
•Polynomial transformations ( 1 st , 2 nd , … n th order).
–Determination of transformation parameters
•Ground control points are used
Image transformation
Linear transformations:
–Translation
–Rigid (Isometry): Translation and rotation
–Similarity: Translation, rotation, and scaling
–Affine: Translation, rotation, scaling, and shear
–Projective: Translation, rotation, scaling, shear, projective distortion
Linear transformations - Translation
Two degrees of freedom
x2 = x1 +a
y2 = y1 +b
Linear transformations - Rigid (Isometry transformation)
– Is a combination of translation and rotation
– Three degrees of freedom ( 2 translation + 1 rotation)
Linear transformations - Similarity
–Is a combination of translation and rotation and scaling
–The ratio of two lengths are preserved.
–Four degrees of freedom ( 2 translation + 1 rotation + 1 scale)
Linear transformations - Affine (allowing for or preserving parallel relationships.)
–Is a combination of translation and rotation and scaling and shear
–Parallel lines remain parallel.
–Six degrees of freedom ( 2 translation + 1 rotation + 1 scale + 1 aspect ratio + 1 shear)
Linear transformations - Projective (has 8 degrees of freedom or 8 parameters)
–Most general form of linear transformation
–Parallel lines may not stay parallel, but lines preserved in transformation.
–This represents perspective distortion caused by the camera converting a3 D world to a 2 D image.
–Eight degrees of freedom
–For aerial photographs when the terrain is flat projective transformation iscommonly used.
Polynomial transformations
•1 st order transformation
–Six degrees of freedom
•
Higher order polynomials can also be used.
Transformation parameters
- Transformation parameters can be determined by means of Ground controlpoints (GCPs)
- GCPs are points that can be clearly identified in both image and on a map (e.g.road crossings and noticeable morphological structures
- Alternatively, GCPs can be identified on the image and then the coordinates measured in the filed by GPS
- The coordinates of GCP in the map and image are then used to estimate the parameters of the transformation model.
- The transformation model s degree of freedom defines the minimum number of needed GCPs, but it is highly recommended to use more number of points to identify errors in the measurements.
- In low-resolution images it is difficult to identify reliable GCPs.
Geocoding
- Georeferencing assigns map coordinates to each image pixel.
- Geocoding is georeferencing with subsequent resampling of the image.
- The row-column structure of the image is also transformed to the map coordinate system. As a result a new raster image is defined along the xy axes of map projection.
Geocoding is required when
–Data fusion or analysis of data from different seasons.
–Multi temporal analysis such as change detection
–Mapping and cartography applications.
–Overlaying images with existing datasets or maps.
Major steps of geocoding
–Transform the image to map coordinate
–Define an image grid in map coordinate
–Each new image element is projected onto original image
–Pixel value for the new pixel is determined and stored
Image Resampling
- The orientation and size of input and output images are different
- There is no one to one relationship between their pixels.
- We have to apply an interpolation method to obtain the pixel value inoutput image.
- Usually simple interpolation methods are used.
Interpolation methods - Nearest Neighbor (1)
–The value of nearest pixel in input image is assigned to output
–Edges can be offset in a step like pattern
–spectral information is retained
–Spatial information may be altered because some original pixels may be omitted or appear twice