... | @@ -194,7 +194,7 @@ The coefficients $a_i$ have been calculated as presented in the previous section |
... | @@ -194,7 +194,7 @@ The coefficients $a_i$ have been calculated as presented in the previous section |
|
|
|
|
|
The method for constructing orthoimages is as follows:
|
|
The method for constructing orthoimages is as follows:
|
|
|
|
|
|
- Define the area to be imaged in the real-world coordinate system, that is, provide the (X,Y) coordinates of the 4 corners of the orthoimage (done in the [Orthorectification](User-Manual/Orthorectification-of-Images#transformation-parameters) menu).
|
|
- Define the area to be imaged in the real-world coordinate system, that is, provide the (X,Y) coordinates of the 4 corners of the orthoimage (done in the [Orthorectification](User-Manual/Image-Orthorectification#transformation-parameters) menu).
|
|
- Sample this area with a given resolution to create a grid, where each node of this grid will be the center of a pixel in the orthorectified image.
|
|
- Sample this area with a given resolution to create a grid, where each node of this grid will be the center of a pixel in the orthorectified image.
|
|
- For each grid node, with coordinates $(X_i,Y_i)$, calculate the corresponding coordinates in the source image $(i_i,j_i)$ using equation (2). The coordinates $(i_i,j_i)$ calculated this way are real numbers rather than integers.
|
|
- For each grid node, with coordinates $(X_i,Y_i)$, calculate the corresponding coordinates in the source image $(i_i,j_i)$ using equation (2). The coordinates $(i_i,j_i)$ calculated this way are real numbers rather than integers.
|
|
- Assign to each pixel centered at $(X_i,Y_i)$ a grayscale intensity corresponding to the pixel $(i_i,j_i)$ in the source image. Since the coordinates $(i_i,j_i)$ are real numbers, interpolation on neighboring pixels is used to determine the grayscale intensity, with cubic convolution:
|
|
- Assign to each pixel centered at $(X_i,Y_i)$ a grayscale intensity corresponding to the pixel $(i_i,j_i)$ in the source image. Since the coordinates $(i_i,j_i)$ are real numbers, interpolation on neighboring pixels is used to determine the grayscale intensity, with cubic convolution:
|
... | | ... | |