1. Introduction
1.1. Context
This article has been carried out in the framework of the Earthnet Data Assessment Project (EDAP) funded by the European Space Agency (ESA). This project is responsible for “assessing the quality and suitability of missions being considered for ESA’s Earthnet Programme as Third-Party Missions (TPM)”. Studies performed in this article follow the standards of the Digital Elevation Model Intercomparison eXercise (DEMIX), originated by the Committee on Earth Observation Satellites (CEOS). DEMIX is a community-based approach aiming for the harmonisation of terminology [
1] and methods used in global DEM comparisons [
2]. DEMIX assessments rely on the DEMIX grid, which divides the world into areas of approximately 10 x 10 km called DEMIX tiles [
3]. These tiles are the unit of computation of all the tests performed within DEMIX.
One crucial subject tackled by DEMIX is the comparability of DEMs. Prior to any comparison, it must be ensured that the DEMs are relative to the same Coordinate Reference System (CRS), Vertical Reference System (VRS) and are co-gridded. These first requirements can be fulfilled by applying the correct transformations to the input DEM(s). Unfortunately, these transformations are necessary but not sufficient to ensure two DEMs are comparable. Due to different acquisition methods and processing chains, dissimilarities could be observed from one DEM to another. One of the most common and important sources of biases is the planimetric misregistration. Planimetric misregistrations lead to important errors in DEM derived products, such as inaccuracies in hydrographical networks, orthorectification or even discontinuities between adjacent local DEMs. Moreover, these misregistrations also affect DEM comparisons: if two DEMs are not strictly superimposable, all DEM comparisons will be altered (height, slopes, azimuth, curvature pixel differences). This last observation is crucial for DEMIX, and motivated the development of a method allowing to quantify these misregistrations. If these misregistrations are large, some systematic errors are still there and should be corrected before continuing. If they are small enough, we can proceed with confidence because both DEMs are comparable.
The main goal of this paper is to present a novel method allowing to estimate sub-pixel planimetric displacements between two DEMs. This method would greatly benefit DEMIX for two major use-cases. The first use-case would be to run this method prior to any DEM comparison to ensure no planimetric displacement could bias difference statistics, even without considering one of the input DEMs as a reference. The second use-case would be to improve the absolute location accuracy (planimetric bias) and the internal geometry (distortions) of a tested DEM with regard to a reference DEM of higher accuracy.
As this method requires the input DEMs to be in the same geometry (same Coordinate Reference System, Vertical Reference System and also grid), at least one of the input DEMs must be resampled before running the planimetric misregistration analysis. However, many resampling methods exist, and naturally, all of these methods have advantages and downsides which have an effect on the DEM resampling, and thus on subsequent analyses. Therefore, a particular attention should be given to the resampling method used for any specific application. Consequently, the second goal of this study is to provide a methodology allowing to find the best resampling method for the specific use of retrieving accurate planimetric displacements between DEMs.
The next section 1.2 provides an introduction to the effects of planimetric misregistrations in DEM comparisons. Then, the classical “disparity analysis” pairing algorithm and its application to DEMs are presented in section 1.3, with a novel enhancement allowing to retrieve sub-pixel planimetric displacements between DEMs. Section 2 describes in details the methods used to compute the disparity analysis and its enhancement, including the equations and the choice of the algorithm parameters. The methods and results validation of this algorithm are presented in section 3. As this algorithm usually requires the resampling of one of the input DEMs, section 4 proposes a method to retrieve the best resampling method for retrieving accurate planimetric displacements between two DEMs. For this specific case, it has been discovered that the best resampling method is dependent on the study area. As a consequence, the correlation between a roughness indicator and the best resampling method is described in section 5.
1.2. Effect of planimetric misregistration
Ideally, for two DEMs covering the same study area, any land feature depicted in the first DEM (tree, building, ridge, talweg…) should be found at the same location in the second DEM. In reality, planimetric misregistrations are usually observed from one DEM to another. These misregistrations lead to important biases in quantitative DEM comparisons, even when only sub-pixel displacements are observed [
4]. In the simplest cases, the displacements are homogenous (i.e., share the same direction and magnitude for every pixel). These displacements are easily observed on DEM height differences images, as they produce patterns of alternating negative and positive differences. Such height differences are depicted in
Figure 1, computed between EU-DEM v1.1 (25 m of Ground Sampling Distance, or GSD) and Copernicus DEM EEA-10 v2022_1 (≈10 m of GSD at equator) over Malta. Both DEMs have been reprojected and resampled at a common GSD of 20 metres and in the same CRS.
In most cases, shifts direction and magnitude are varying within a study area. Such variations cannot be precisely described by a visual analysis. Fortunately, planimetric misregistrations can be quantified using pairing methods. These methods may rely on external data, such as reference points [
5] or reference surfaces [
6]. In the present study, the goal is to measure the displacements between two co-gridded DEMs for every pixel of their overlapping area. For this purpose, the disparity analysis algorithm has been chosen, as it is designed to perform such pairings.
1.3. Disparity analysis
The disparity analysis is based on a generic algorithm which determines displacements by means of correlation computations [
7]. This algorithm is generally applied to images [
8] and we will use it with the specific case of DEMs. Given two input DEM images, the disparity analysis produces displacement fields giving for any pixel of the first DEM the planimetric displacement required to find its homologous pixel in the second DEM. Two images are produced by this method: one for the pixel displacements in the x-axis (dP) and one for the displacements in the y-axis (dL). Both dP and dL maps can be used, for instance, to compute vectors of planimetric displacements (
Figure 2). The classical disparity analysis method only allows to retrieve displacements at a pixel level. Sub-pixel image pairing methods and tools exist, and have already been used on DEMs (see [
9]). However, these methods usually suffer from a high computational cost. The sub-pixel displacement retrieval method proposed in this paper is an addition to the disparity analysis method. It is much faster to compute than other methods, as it is interpolated based on coefficients already computed at pixel level.
2. Methods
2.1. Principles
In order to apply this algorithm, input DEMs are assumed to be comparable, i.e., in the same coordinate reference system (CRS), vertical reference system (VRS) and co-gridded. Generally, transformations must be performed on one of the input DEM(s) to comply with these requirements.
The disparity analysis is applied on two DEMs (DEM1 and DEM2), and must be parameterized by an exploration window size (ex,ey) and a correlation window size (cx,cy). The exploration window size sets the extent of the search for homologous pixels. A greater exploration window allows the retrieval of larger displacements. The correlation window size corresponds to the context used to match both DEMs. The size of the correlation window impacts the accuracy and the stability of the displacement retrieval (further discussed in 2.4). Given these inputs and parameters, the disparity analysis produces two images of displacements expressed in pixels (dP for the x-axis, dL for the y-axis). The displacements applied to DEM1 should fit DEM2.
For each pixel of DEM1, a homologous pixel is defined as the one presenting the most similar local configuration in DEM2. The search is processed in an exploration window centered on the pixel of same location (same geodetic or projected coordinates) than the pixel of DEM1. The local similarity between DEMs is computed by Normalized Cross-Correlation (NCC, see section 2 for details) between two correlation windows: one centered on the current processed pixel in DEM1, and one sliding over all the potential homologous pixels of the exploration window in DEM2. The planimetric displacement is computed as the distance (in pixels, or equivalent in metres) between the centre of the exploration window (same physical location as the current pixel of the first DEM) and the centre of the homologous pixel. By iterating over all the first DEM pixels.
As previously stated (see section 1.3), matchings from DEM1 to DEM2 are quantified using NCC coefficients. Other methods could also have been considered, such as retrieving the local lowest height differences between the two DEMs to find a local matching. However, considering that elevation of DEM2 could be considered as a linear combination of DEM1 (DEM2 ≈ A x DEM1 + B), NCC has the advantage of being robust to systematic biases (B) and gain (A). Systematic biases match many cases where DEM1 and DEM2 are not expressed in the same Vertical Reference System (VRS) because of bad ellipsoid or geoid in input DEMs. Gain robustness (A) allows for further flexibility in case of Ground Sampling Distance (GSD) or pixel type (integer or floating-point data) differences between input DEMs, which potentially lead to amplitude differences in retrieved terrain features.
2.2. Pixel matching
For each pixel (L
1,P
1) to be processed in DEM
1, the pixel (L
2,P
2) of same location is retrieved in DEM
2 (red arrow in
Figure 3). The real homologous pixel (L’
2,P’
2) (green arrow in
Figure 3) is searched for in an exploration window (w
X x w
Y) centered on (L
2,P
2) in DEM
2. For each possible pixel displacement (dL,dP) relative to the centre of this window, a Normalized Cross-Correlation (NCC) coefficient, also called Pearson coefficient, r(dL,dP) is calculated between two correlation windows of size (c
x x c
y): one centred on (L
1,P
1) in DEM
1, the other centred on (L
2 + dL, P
2 + dP) in DEM
2 (1). The displacement (dL,dP) for which the highest correlation has been found is denoted as [dL(L
1,P
1),dP(L
1,P
1)], and corresponds to the planimetric misregistration retrieved by the disparity analysis at pixel level (5).
Where:
is the linear regression coefficient computed at position (dL,dP) in the exploration window, i.e., between the correlation window around (L1,P1) of DEM1 and the correlation window around (L2+dL,P2+dP) of DEM2,
is the covariance computed between (L1,P1) of DEM1 and (L2+dL,P2+dP) of DEM2,
is the standard deviation computed within a correlation window (cX x cY) centred on (L1,P1) in DEM1,
is the standard deviation computed within a correlation window (cX x cY) centred on (L2+dL,P2+dP) in DEM2.
These displacements are computed for all the pixels included in the overlay area of the two DEMs, leading to an “error vector field” (blue arrows in
Figure 3).
Figure 3.
Principle of the disparity analysis – Pixel level displacement retrieval.
Figure 3.
Principle of the disparity analysis – Pixel level displacement retrieval.
2.3. Sub-pixel matching
Figure 4.
Interpolation of the highest correlation – Sub-pixel level displacement retrieval.
Figure 4.
Interpolation of the highest correlation – Sub-pixel level displacement retrieval.
The sub-pixel displacement is estimated based on the NCC coefficients computed for each pixel of the exploration window. A 3 x 3 window of NCC coefficients is extracted from the exploration window, centred on the pixel [dL(L
1,P
1),dP(L
1,P
1)] which has given the maximum of correlation with (L
1,P
1) at pixel level. A paraboloid surface (6) is modelled over this window of coefficients, minimizing the vertical distances between the 9 linear coefficients and this surface according to the least squares method.
Where:
x is the horizontal coordinate (longitude or easting) in the geodetic coordinates reference system. For geocoded images, this coordinate is given by x = ULX+PxGSDw (pixel width).
y is the vertical coordinate (latitude or northing) in the geodetic coordinates reference system. For geocoded images, this coordinate is given by y = ULY-LxGSDh (pixel height).
r(x,y) is the linear regression coefficient computed (for integer values as shown in previous section) or estimated using the paraboloidal interpolation (for sub-pixel floating values).
R(X,Y) represents one of the 3x3 linear regression coefficients computed at pixel level, X=X0-1,X0,X0+1, Y=Y0-1,Y0,Y0+1.
a,b,c,d,e,f are the 6 coefficients estimated from the 3x3 linear regression coefficients R(X,Y).
The goal is to minimize the difference
(i.e., the difference between the r(x,y) paraboloid and the R(X,Y) coefficients computed at pixel level). This leads to compute the partial derivatives of equation (6) with regard to the unknowns a, b, c, d, e and f. These derivatives result in a system of 6 linear equations, which should have a null value at the best fit. The system of 6 linear equations is solved by inverting the corresponding matrix at equation (7).
Then, the floating coordinates (x
m,y
m) of the highest points of this surface are retrieved by deriving the surface r(x,y) and by searching for the horizontal tangent (8).
The (xm,ym) coordinates correspond to the location of the maximum of correlation at sub-pixel level.
2.4. Choice of the exploration and correlation window sizes
In order to use the disparity analysis, two parameters must be set: the exploration window size (w
x,w
y) and the correlation window size (c
x,c
y). For simplicity, only square windows are considered for both parameters. The exploration window size can be set according to the magnitude of the shifts observed from one DEM to another. The correlation window size corresponds to the context used to perform a matching from DEM
1 to DEM
2. This last parameter has an important impact on the magnitude of the retrieved displacements (see
Figure 5).
Both window sizes have been set by comparing Copernicus DEM GLO-30 to ALOS World 3D over Trentino, Italy (DEMIX tile N46PE010J). This location features both mountains and flat areas, in which local displacements have been observed from one DEM to another. As the shifts observed in this study are low on both x and y axes, an exploration window size of (w
x,w
y) = (7,7) would be sufficient in this case. However, during the testing phase, a large exploration window of (w
x,w
y) = (25,25) has been considered for assessing the robustness of the matching. Small correlation window sizes of (c
x,c
y) = (3,3) and (c
x,c
y) = (5,5) should be avoided, as they do not provide enough context for stable matchings and are sensible to high frequency details in DEMs. In particular, over this area, Copernicus DEM GLO-30 shows different high-frequency details than the ones present in ALOS World 3D (see
Figure 6).
Despite assessing the root cause is outside our scope, we can speculate that these dissimilarities could be due to the different methods of acquisition (photogrammetry for ALOS World 3D, interferometry for Copernicus DEM) and DEM generation methods.
Noise and an important number of outlier displacement norms (3 pixels or more, vivid red) can be observed with (c
x,c
y) = (3,3) and (c
x,c
y) = (5,5), which progressively disappear at larger correlation window sizes. Visually and statistically, the displacement norms stabilize starting from correlation window sizes of (c
x,c
y) = (11,11) or (13,13) pixels. For this reason, and as the following studies are complex multivariate problems with a high computational cost, a correlation window size of (c
x,c
y) = (11,11) has been chosen. Experiments of Guan et al. [
9] also leaded to use a correlation window of 11x11 pixels in order to compute planimetric misregistrations between DEMs. It is worth mentioning that higher correlation window sizes lead to even better accuracies (further discussed in section 6), and should be considered for simpler analyses than the ones described in this article.
3. Validation of the sub-pixel displacement retrieval
3.1. Principle
To assess the accuracy of the sub-pixel method, displacements are retrieved between a DEM (in this case, Copernicus DEM GLO-30 DGED v2022_1) and its replicas artificially shifted at a sub-pixel level. A homogeneous shift is applied to each replica (i.e, with the same direction and magnitude for all pixels) ranging from 0.0 to 1.0 pixels, with a step of 0.1 pixels on both axes (x and y). As a result, (11x11) replicas shifted DEMs are retrieved for each area, which are used to assess the accuracy of the sub-pixel displacement retrieval.
Shifting DEMs at sub-pixel level require the use of a resampling method. Recent studies show that the bicubic interpolation is accurate for the resampling of DEMs [
10]. As a consequence, this resampling method has been chosen to perform this study.
3.2. Study areas
Figure 7.
Study areas considered for the validation of the sub-pixel displacement retrieval.
Figure 7.
Study areas considered for the validation of the sub-pixel displacement retrieval.
The study areas correspond to four DEMIX tiles (10km per 10km areas) whose identifiers are N46PE010J (Italy), N34ZE033C (Cyprus), N45VE017A (Croatia) and N44QW001H (France). These areas feature both mountainous (Val Redena of Trentino in Italy and Cyprus) and relatively flat (Croatia and Landes in France) landscapes.
3.3. Bicubic formula
The bicubic resampling method is the two-dimensional extension of the cubic interpolation [
11]. It considers a 4x4 window of pixels around the coordinates of interpolation. The values of these pixels are weighted according to their position (d
x, d
y) relative to the input point (
Figure 8 and
Figure 9).
The weights of any pixel are given by the function w of equation (10), tuned by a parameter b. This free parameter corresponds to the slope of the function w at d = 1.
Figure 9 and
Figure 10 show the effect of the bicubic parameter b while oversampling the DEM along cross-sections. These cross-sections are located perpendicular to one ridge (case of mountainous area in Trentino,
Figure 9) and a boundary between ground and canopy (case of flat area in Croatia,
Figure 10). In each figure, the upper-left image shows the entire DEMIX tile and the footprint location of the second zoomed image. The yellow vector gives the location of the full cross-section which has been oversampled with 1000 samples. The limits A and B are located from each side of the slope break.
The impact of the bicubic parameter b can be clearly observed on DEM slope discontinuities, such as mountain ridges (Trentino, Italy,
Figure 9) or land-use changes (Croatia,
Figure 10). In such areas, the lowest values of the bicubic parameter (close to b=-1.5) increase the maximum of elevation whereas the highest parameters do the opposite (close to b=0.0). Moreover, the maximum elevation is retrieved at different curvilinear distances depending on the bicubic parameter (green points in
Figure 8). Both effects are caused by the overshoots (or undershoots) of the bicubic resampling method, which are minimised for the “optimal” bicubic parameter b=-1/2 [
12]. However, this optimal parameter may differ depending on the application. As a consequence, the same analysis has been performed with sixteen different values of the bicubic parameter (ranging from -1.5 to 0.0, with a step of 0.1) to ascertain its optimum value.
3.4. Shift validation
Over each area, the first DEM is matched with artificially shifted replicas (
Figure 11). These replicas are shifted on both x and y axes and range from 0.0 to 1.0 pixels, with a step of 0.1 pixel.
For each DEM
2 replica shifted by
(,), the error for each one of the (l,p) pixels is computed by subtracting the artificial shift to the observed one (11). This error is expressed in radians because of the geographic CRS.
Then, the error is converted in metres (12) by considering the radius of the WGS84 ellipsoid at given latitude φ (13) and (14).
Error norm is computed as a geodetic arc between the expected and observed positions (15).
For a given
(, ) shifted image, the “image error” e
b from all the pixels of the image is computed as the quadratic mean of all
errors (16).
For a given bicubic parameter b, the “full error” E
b is the root of the quadratic mean of the “image errors” e
b found for each one of the shifts
(, ) considered (17)
. These shifts are expressed in 1/10th of the DEM Ground Sampling Distance in both longitudinal () and latitudinal () directions.
3.5. Error matrices and surfaces
For each value of the bicubic parameter b, an error matrix is established. This matrix contains the error
retrieved for each
shift considered or,
the equivalent shift in pixels (
Figure 12, left).
Each shift is expressed in tenth of pixels, starting from 0.0 in the upper-left corner, and ending at 1.0 pixel in both directions (in last column for S
p, last line for S
l). The different errors
are also given in the form of a 3D surface, whose vertices heights are proportional to the magnitude of the retrieved errors (
Figure 12, right).
3.6. Results
Overall, the results show that the accuracy of the displacement retrieval depends on two parameters: the shift introduced and the bicubic parameter b chosen to resample the input DEM.
Over Trentino (
Figure 13), the highest errors seem to be found for the displacements close to ¼ and ¾ pixels of displacement on both axes.The best results are obtained with intermediate bicubic parameters (between -1.0 and -0.5), whereas the lowest (-1.5) and highest (0.0) parameters lead to higher errors. The lowest error e
b (4.112 m) is retrieved for a bicubic parameter of b=-1.0, with a shift (s
p,s
l) of (0.1 px, 0.5 px). For other areas, please refer to
Appendix A.
The observed error variations in the matrices of
Figure 13 are due to the systematic oscillations of the sum of squared differences which are well explained in the frequency domain [
13].
These results highlight the importance of choosing the right bicubic parameter for the displacement retrieval.
4. Finding the Best BiCubic (BBC) parameter for disparity analysis
4.1. Principle
As previously observed, the bicubic resampling parameter b used to resample the input DEM(s) has an impact on the accuracy of the displacement retrieval. This second study aims to determine the “Best BiCubic” (BBC) parameter b* for retrieving displacements accurately. The BBC parameter is computed over the same four study areas, including mountainous (Trentino in Italy and Cyprus) and flat (Croatia and Landes in France) areas.
4.2. Displacement error graphs
Over each area, an error Eb is computed for bicubic parameters ranging from -1.5 to 0.0, with a step of 0.1. A plot of the Eb errors allows to get a first approximation of the Best BiCubic (BBC) parameter b*, whose error Eb* is the minimum of the curve.
As the errors Eb consist of discrete values, the BBC parameter b* is interpolated at the minimum of error Eb*.
4.3. Interpolation of the BBC
For any displacement error graph, the BBC parameter b* is interpolated from the local minimum of a third order polynomial fitting the samples of lowest error (18).
The α, β, γ and δ parameters of the model are found using a least squares method, given the four bicubic parameter values (b
0, b
1, b
2, b
3) for which the minimal errors (E
0, E
1, E
2, E
3) have been retrieved (see the blue part of the graph in
Figure 14).
As the parameters are known, the error model
is defined. Then, the local minimum of the error must be found. This minimum is located in the range [b
0;b
3] where the first derivative is equal to 0 (19).
This derivative is a second-degree polynomial, for which two solutions
and
can be found (20).
Among
and
, the b* value included in the [b
0, b
3] interval is kept, as this interval contains the minimum error value. Then, the error value is simply computed by applying equation (18) on the retrieved value
(21).
4.4. Results
By applying the method described in the previous section, the interpolated BBC parameter b* is computed for each one of the four DEMIX tiles.
Figure 15.
Displacement error graphs over the four study areas.
Figure 15.
Displacement error graphs over the four study areas.
By considering the analysis restricted to the range [-1.5;0.0], an optimal bicubic parameter b* can be found in all the study areas. One can see that b* is progressively getting lower, from the two mountainous areas of Italy (b*=-0.783) and Cyprus (b*=-0.722) followed by the flat areas of Croatia (b*=-0.864) and France (b*=-1.109). A recent study highlights similar results for the Inverse Distance-Weighted interpolation, whose optimum parameters depend on the study area [
14].
5. Relation between BBC and DEM slope variations
5.1. Principle
As different BBC parameters have been observed on mountainous and flat areas, the relation between the BBC parameter b* and the DEM roughness is furthermore studied. Similar studies have found links between roughness and the accuracy of interpolation on terrain models [
15] as well as bathymetric models [
16]. For this study, roughness is defined as the standard deviation of the slope (σ
slope)computed over all the pixels of a DEMIX tile. .. Then, the correlation between this roughness indicator and the BBC parameter is studied.
5.2. Study areas
In order to study the relation between the BBC parameter b* and roughness, a set of 67 European DEMIX tiles have been chosen as study areas. This comprises a first set of tiles over Europe, for which different types of landscape have been chosen (forests, plains, mountains). However, this selection only allowed to retrieve low to intermediate slopes (
Figure 16a). As a consequence, a second set of tiles has been selected in the Alps, where higher values of slopes are retrieved (
Figure 16b). This selection ensures an almost even distribution of the slope values.
5.3. Slopes computation and statistics
Over each DEMIX tile, the roughness is computed according to (22) and (23). This roughness is based on slope, which have been estimated using the method of Zevenbergen and Thorne [
17].
As the slopes are calculated based on distances between elevations, the convergence of meridians should be taken into account for geographic CRS (such as the EPSG:4326, see
Figure 17). Due to this phenomenon, the distance along longitudes between two neighbour elevations depends on the latitude of computation (equations (24) and (25)). However, the distance along latitudes between two neighbour elevations is constant, no matter the location (26).
Where:
DEM[l,p] is the elevation in the DEM in line l column p (in metres)
ϕ is the latitude
a is the semi-major axis of the ellipsoid
b is the semi-minor axis of the ellipsoid
GSDx is the horizontal Ground Sampling Distance (in metres)(1)
GSDy is the vertical Ground Sampling Distance (in metres)(1)
is the horizontal angular resolution (in radians)(2)
is the vertical angular resolution (in radians)(2)
Pparallel is the horizontal circumference of the ellipsoid at latitude φ
Pmeridian is the vertical circumference of the ellipsoid passing through the poles, approximately equal to 40 007.863 km for WGS84 ,
e is the eccentricity of the ellipsoid.
- (1)
Case of DEM expressed in a projected CRS where x matches the Easting and y the Northing expressed in metres. In this case, equations (24) to (28) are not needed.
- (2)
Case of DEM expressed in the Geographic CRS (EPSG:4326) where x matches the longitude and y the latitude expressed in radians
Figure 17.
Reference angles and distances of the ellipsoid.
Figure 17.
Reference angles and distances of the ellipsoid.
5.4. Logarithmic correlation
For each tile, a roughness
and a best bicubic parameter b* are computed. After having tested different functions, the logarithm expressed by (29) is the regression function showing the highest regression coefficient according to the least squares method.
where:
Unknown values A, B and C are estimated by minimizing the mean square error (MSE) between the predicted value ) and the N observed values (, ).
5.5. Results
Over the 67 DEMIX tiles, a logarithmic correlation coefficient of r=0.717 has been computed (
Figure 18). The best-fitting parameters A, B and C found for this logarithmic model are 0.0562, 0.0210 and 0.6800, respectively.
By using this model, a BBC parameter can be estimated from roughness rather than relying on expensive error computations.
6. Discussion
In the first step of this study, a correlation window size of 11x11 has been considered, as smaller correlation windows leaded to a high number of outliers, and larger ones increased the computation cost. In later stages of analysis, it has been observed that a larger correlation window leads to an important increase of the accuracy of the sub-pixel displacement retrieval (see
Figure 19).
Over the DEMIX tile of Italy, the maximum retrieval error reaches 5.30 m with a correlation window size of (cx,cy) = (11,11). This maximum retrieval error progressively lowers to 3.58 m with (cx,cy) = (15,15), and reaches 2.49 m with (cx,cy) = (21,21), which is less than 1/10th of the pixel size of Copernicus DEM GLO-30 at equator (≈30 metres). Further studies could be performed on this issue, potentially resulting in an estimation of the optimal correlation window size.While the proposed methodology allows to quantify the accuracy of the sub-pixel displacement retrieval, it must be noted that in our experiment all the input images are derived from the same DEM (i.e., Copernicus DEM GLO-30). This test case is ideal, and does not encompass the high frequency differences which may be observed between two different DEMs. In such real use-cases, these roughness differences could have an impact on the quality of the displacement retrieval, which has not been assessed in the present study. However, this problem is likely to be less important with large correlation windows. Moreover, the methodology used to retrieve the BBC is perfectly applicable to the case of different input DEMs, provided they have been transformed to be in the same geometry (same CRS, VRS and pixel grid).
The methodology described in this paper could be used to produce an “Adaptative Best BiCubic”(ABBC), which would enhance or reduce the acutance to locally retrieve displacements as accurately as possible. Such adaptative interpolators already exist for generic image processing [
18] as well as for the generation of DEMs [
19].
7. Conclusion
Overall, validation activities have shown that sub-pixel displacements are accurately retrieved by this novel method. This accuracy is not only determined by the implicit parameters of the disparity analysis (i.e., the exploration and correlation window sizes), but also by the resampling method used to retrieve co-gridded input DEMs, which is a pre-processing required by this method. For this purpose, the bicubic resampling method has been used, whose parameter allows to adjust the stretching of heights over slope breaks. In every area, the described methodology allows to interpolate the Best BiCubic (BBC) parameter (i.e., for which the minimal error of displacement retrieval has been computed). Considering these BBC parameters, the quadratic mean of errors of displacement retrieval is comprised between 3.653 m (France) and 5.825 m (Croatia), which is much lower than the pixel size of Copernicus DEM GLO-30 (≈30 metres at equator). Higher accuracy results have been obtained by increasing the size of the correlation window, allowing to lower the maximum retrieval error eb from 5.30 m (correlation window of 11x11) to only 2.49 m (correlation window of 21x21) in the mountainous area of Trentino, which is below 1/10th of the input DEM resolution at equator. Beyond the good validation results, the BBC parameter has shown to be different depending on the nature of the area considered. In the mountainous areas of Italy and Cyprus, higher BBC parameters have been retrieved (-0.783 and -0.722, respectively) than in relatively flat areas such as Croatia and France (-0.864 and -1.109). A subsequent study has been performed to assess the correlation between terrain roughness and the BBC. Over 67 European areas, a logarithmic correlation coefficient of 0.717 has been computed between the standard deviation of slope norms and the BBC parameter. Considering the results of these studies, this new pairing method fits its main purpose of retrieving accurate sub-pixel displacements between two DEMs. This method will be used in the framework of the DEM Intercomparison eXercise (DEMIX) to ensure any DEM comparison is not biased by planimetric misregistrations. In the future, this method could not only be used to detect and quantify these misregistrations, but also to correct them. This specific use would require a set of reference DEMs of higher accuracy than the tested ones. The recent emergence of open Very-High Resolution (VHR) DEMs of cities, regions and countries of the world could be beneficial to this use, by providing a set of high accuracy reference DEMs.
Author Contributions
Conceptualization, S. Riazanoff, A. Corseaux, C. Albinet, P.A. Strobl, , C. López-Vázquez, P.L. Guth, T. Tadono; methodology, S. Riazanoff, A. Corseaux, C. Albinet, P.A. Strobl, C. López-Vázquez, P.L. Guth, T. Tadono; software, S. Riazanoff and A. Corseaux; validation, S. Riazanoff and A. Corseaux; formal analysis, S. Riazanoff and A. Corseaux; investigation, S. Riazanoff and A. Corseaux; resources, S. Riazanoff and A. Corseaux; data curation, S. Riazanoff and A. Corseaux; writing—original draft preparation, S. Riazanoff and A. Corseaux; writing—review & editing, S. Riazanoff, A. Corseaux, C. Albinet, P.A. Strobl, C. López-Vázquez, P. L. Guth, T.Tadono; visualization, S. Riazanoff and A. Corseaux; supervision, S. Riazanoff; project administration, S. Riazanoff and A. Corseaux; funding acquisition, C. Albinet. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported by the European Space Agency (ESA), through the Earthnet Data Assessment Project (EDAP).
Acknowledgments
The authors gratefully acknowledge the European Space Agency for their financial support provided through the EDAP project, and the members of the Digital Elevation Model Intercomparison eXercise (DEMIX) working groups for their support throughout all the stages of this study. The DEMIX members actively discussed and advised about the methodology and results of the studies.
Conflicts of Interest
The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.
Appendix A. Matrices and surfaces of the displacement retrieval errors
Hereafter are given the error matrices and surfaces for the DEMIX tiles of Cyprus, Croatia and France. The computation of these results is further detailed in the validation of the sub-pixel displacement retrieval study (see section 3).
Figure A1.
Error matrices and surfaces – Case of Cyprus (N34ZE033C).
Figure A1.
Error matrices and surfaces – Case of Cyprus (N34ZE033C).
Figure A2.
Error matrices and surfaces – Case of Croatia (N45VE017A).
Figure A2.
Error matrices and surfaces – Case of Croatia (N45VE017A).
Figure A3.
Error matrices and surfaces – Case of France (N44QW001H).
Figure A3.
Error matrices and surfaces – Case of France (N44QW001H).
As previously observed for Trentino (see section 3.6), the highest errors seem to be found for the displacements close to ¼ and ¾ pixels on both axes, especially over Cyprus (figure A.1). Flat areas of Croatia (figure A.2) and France (figure A.3) lead to different error patterns, but the same phenomenon on ¼ and ¾ of pixel displacements is observed for bicubic parameters close to 0.0.
References
- P. Guth, A. Van Niekerk, C. Grohmann, J.-P. Muller, L. Hawker, I. Florinsky, D. Gesch, H. Reuter, V. Herrera, S. Riazanoff, C. Lopez-Vazquez, C. Carabajal, C. Albinet and P. Strobl, "Digital Elevation Models: Terminology and Definitions," Remote Sensing, vol. 13, September 2021. [CrossRef]
- P. A. Strobl, C. Bielski, P. L. Guth, C. H. Grohmann, J.-P. Muller, C. López-Vázquez, D. B. Gesch, G. Amatulli, S. Riazanoff and C. Carabajal, "THE DIGITAL ELEVATION MODEL INTERCOMPARISON EXPERIMENT DEMIX, A COMMUNITY-BASED APPROACH AT GLOBAL DEM BENCHMARKING," The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Vols. XLIII-B4-2021, p. 395–400, 2021. [CrossRef]
- P. L. Guth, P. Strobl, K. Gross and S. Riazanoff, "DEMIX 10k Tile Data Set," January 2023. [CrossRef]
- T. Van Niel, T. McVicar, L. Li, J. Gallant and Q. Yang, "The impact of misregistration on SRTM and DEM image differences," Remote Sensing of Environment, vol. 112, pp. 2430-2442, May 2008. [CrossRef]
- M. Hawwa, T. Knudsen, S. Kokkendorff, B. Olsen and B. Rosenkranz, "Horizontal Accuracy of Digital Elevation Models," January 2011. [CrossRef]
- A. T. Mozas-Calvache, "Positional Accuracy Assessment of Digital Elevation Models and 3D Vector Datasets Using Check-Surfaces," ISPRS International Journal of Geo-Information, vol. 12, 2023. [CrossRef]
- M. A. Sutton, W. J. Wolters, W. H. Peters, W. F. Ranson and S. R. McNeill, "Determination of displacements using an improved digital correlation method," Image and Vision Computing, vol. 1, pp. 133-139, 1983. [CrossRef]
- S. Barnard and W. Thompson, "Disparity Analysis of Images," Pattern Analysis and Machine Intelligence, IEEE Transactions on, Vols. PAMI-2, pp. 333-340, August 1980. [CrossRef]
- L. Guan, H. Pan, S. Zou, J. Hu, X. Zhu and P. Zhou, "The impact of horizontal errors on the accuracy of freely available Digital Elevation Models (DEMs)," International Journal of Remote Sensing, vol. 41, no. 19, pp. 7383-7399, 2020. [CrossRef]
- M. Ghandehari, B. Buttenfield and C. Farmer, "Comparing the accuracy of estimated terrain elevations across spatial resolution," International Journal of Remote Sensing, vol. 40, pp. 1-25, February 2019. [CrossRef]
- R. Keys, "Cubic convolution interpolation for digital image processing. IEEE Trans Acoust Speech Signal Process," Acoustics, Speech and Signal Processing, IEEE Transactions on, vol. 29, pp. 1153-1160, January 1982. [CrossRef]
- P. Thevenaz, T. Blu and M. Unser, "Interpolation revisited [medical images application]," IEEE Transactions on Medical Imaging, vol. 19, pp. 739-758, 2000. [CrossRef]
- Aganj, B. Yeo, M. Sabuncu and B. Fischl, "On Removing Interpolation and Resampling Artifacts in Rigid Image Registration," IEEE Transactions on Image Processing, vol. 22, no. 2, pp. 816-827, 2013. [CrossRef]
- H. Lv, Z. Liu, B. Xu, B. Cheng and X. Hu, "Interpolation Parameters in Inverse Distance-Weighted Interpolation Algorithm on DEM Interpolation Error," Journal of Sensors, vol. 2021, p. 3535195, 2021. [CrossRef]
- W. Shi, B. Wang and Y. Tian, "Accuracy Analysis of Digital Elevation Model Relating to Spatial Resolution and Terrain Slope by Bilinear Interpolation," Mathematical Geosciences, vol. 46, pp. 445-481, May 2014. [CrossRef]
- C. Amante, "Accuracy of Interpolated Bathymetric Digital Elevation Models," January 2012.
- L. W. Zevenbergen and C. R. Thorne, "Quantitative analysis of land surface topography," Earth Surface Processes and Landforms, vol. 12, no. 1, pp. 47-56, 1987. [CrossRef]
- S. Ousguine, F. Essannouni, L. Essannouni, M. Abbad and D. Aboutajdine, "A New Image Interpolation Using Laplacian Operator," vol. 366, pp. 403-413, February 2016. [CrossRef]
- X. Li, H. Jiapei, X. Liu, J. Yu and C. Feng, "Adaptive digital elevation models construction method based on nonparametric regression," Transactions in GIS, vol. 26, May 2022. [CrossRef]
|
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).