Lab 1
Lab 1
After creating registration points within our image, we can then rectify the image to produce
a new image with map coordinates tied to a specific spatial reference system. The
rectification process can use a variety of interpolation methods to represent the old file pixels
in the new transformed map coordinate space. With nominal data, always use the nearest
neighbour interpolation method. The nearest neighbour method assigns the value of the new
image pixel to the value of the pixel of the transformed image with the closest centre point. In
other words, there's no interpolation/averaging of multiple values, and pixel values don't
change. With continuous data, bilinear interpolation or cubic convolution methods can be
used if we with our data to be 'smoothed'.
Methodology
Step 1: The data were setup.
We need to set up the coordinates in the form of an XY table in an Excel file. Set up two
columns, latitude and longitude. Enter our data in decimal degrees format. Save our file and
close it.
Figure 7.3: Click at the centre of corner side and link to export point
Figure 7.5: Link all the corner side to all 4 point export data
Figure 7.6: After the entire corner side link to all 4 export data point
Step 8: Link table view
Link table view is used to check that our link from each side of corners to export data point is
accurate. If the forward value less than 1, then the matching data point to each corner is
acceptable.
Figure 8.1: table link view that shows RMS error and the forward values less than 1
From the result, the forward value of link is 0.015 which is acceptable value for this
georeferencing lab. So, the rectify image then can be used for future planning. Basically
georeferencing is a multi-step process of scanning the hardcopy map and then identify and
enter registration points ("registering" the map). After that, rectifying the registered map to
produce a new dataset referenced to a specific projection, coordinate system and datum
("rectification"). Image rectification is a transformation process used to project two-or-more
images onto a common image plane.
Image rectification in GIS converts images to a standard map coordinate system. This is
done by matching ground control points (GCP) in the mapping system to points in the image.
These GCPs calculate necessary image transforms. Image rectification is a standard feature
available with GIS software packages.
Once we have rectified an image in Global Mapper, we can then export it to any of the
supported export formats to obtain a fully rectified image that can then be immediately
loaded into numerous other imaging and GIS packages.
Conclusions
From this lab, I can get more understanding and awareness of the location and coordinate
system needs and one of it is, the points used at least must be 4 point. Besides that,
georeferencing concept is basics thing need to be explore before doing more future
development on the map.