Next Article in Journal
Index for the Consistent Measurement of Spatial Heterogeneity for Large-Scale Land Cover Datasets
Previous Article in Journal
Predicting Land Cover Change in the Mamminasata Area, Indonesia, to Evaluate the Spatial Plan
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Fourier-Based Automatic Transformation between Mapping Shapes—Cadastral and Land Registry Applications

by
Juan Francisco Reinoso-Gordo
1,*,
Rocío Romero-Zaliz
2,
Carlos León-Robles
1,
Jesús Mataix-SanJuan
1 and
Marcelo Antonio Nero
3
1
Departamento de Expresión Gráfica Arquitectónica y en la Ingeniería, Universidad de Granada, 18071 Granada, Spain
2
Departamento de Ciencias de la Computación e Inteligencia Artificial, Universidad de Granada, 18071 Granada, Spain
3
Departamento de Cartografia, Universidade Federal de Minas Gerais, 31270 Belo Horizonte, Brazil
*
Author to whom correspondence should be addressed.
ISPRS Int. J. Geo-Inf. 2020, 9(8), 482; https://doi.org/10.3390/ijgi9080482
Submission received: 29 June 2020 / Revised: 31 July 2020 / Accepted: 3 August 2020 / Published: 6 August 2020

Abstract

:
Sometimes it is necessary to know the transformation to apply to a mapping shape in order to locate its true place. Such an operation can be computed if a corresponding reference object exists and we can identify corresponding points in both shapes. Nevertheless our approach does not need to match any corresponding point beforehand. The method proposed defines a polygon in the frequency domain—two periodic functions are derived from a polygonal or polygon. According to the theory of elliptic Fourier descriptors those two periodic functions can be expressed by Fourier expansions. The transformation can be computed using the coefficients of the harmonics from the corresponding shapes without taking into account where each polygon vertex is placed in the spatial domain. The transformation parameters will be derived by a least squares approach. The geomatics and geosciences applications of this method go from photogrammetry, geographic information system, computer vision, to cadaster and real estates.

1. Introduction

Transformation operations are usual in geomatic and geosciences, particularly in mapping and survey fields. Most GIS (Geographical Information Systems) incorporate functions to compute transformation between planar shapes (vector format) and images (raster format). Such transformations depends on the applications requirements and they might involve similarity, affine or projective parameters computation.
Geometrical transformation are also involved in the matching operations which are central issues in computer vision [1], pattern recognition [2] and artificial and machine intelligence [3,4]. Digital photogrammetry is a field where matching techniques have been studied most intensively—from shape based stereo-matching [5,6], to features point-based matching [7]; particularly interesting are the geometrical transformations applications shown in Reference [8], which implies an important remark in photogrammetry. Recently some methods based on moment and correlation for measuring shape change have been developed and applied to images [9,10].
Nowadays, in Spain, Cadastral and Land Registry administrations are requiring transformation parameters from some surveyed parcels based into an affine transformation, because there are small zones where cadastral parcels have small translation and rotation errors considering the ETRS89-UTM coordinate systems. Figure 1 shows an example where there is a displacement between the orthophoto (correctly georeferred) and the corresponding cadastral parcel (vectorial shape in blue color). This small errors could produce legal conflict about the property. For this reason Cadaster and Land Registry consider the reality is the map delineated by a surveyor on the ground who has to compute the transformation parameters between the misregistered cadastral parcel and the on the ground surveyed map.
Most of the above mentioned GIS solutions for transformations require interaction with users, that is, the process is not automated, which implies inefficient and time consuming tasks—the user has to mark corresponding points by hand, in the misregistered and the correct parcel; the number of corresponding points has to be large enough in order to allow a least square solution and consequently knowing the error along the parcel border. Automation has been a constant issue in geosciences and geomatic fields [11,12,13]. It would be interesting to find an algorithm that automatically transformed the corresponding parcels from the erroneous position to the correct one. Several approaches have been carried out in polygon transformation [6,14,15] which could facilitate the automation for cadastral parcel transformation. Particularly interesting is the method from Reference [6] that is based on the older ones [16,17], although the Fourier Descriptors applied to closed curves is described earlier in Reference [14].
In our study we decided try the methodology from Reference [6] because it has three main advantages—(a) automation could be absolute (no user interaction is necessary); (b) it is allowed the starting points in the corresponding parcels are not corresponding points and (c) it does not matter the corresponding parcels are composed by a different number of points. The key point in the Hsing and Shenk method is to transform a polygon from the spatial domain to the frequency domain and express such a function by Fourier series. We extend the Hsing and Shenk approach in three aspect—(a) the cadastral application field, (b) the transformation do not change the size from the misregistered parcel, (c) we compute some measures to support making decisions about the best nth harmonic and number of iterations.

2. Materials and Methods

A mapping polygon or a cadastral parcel can be expressed as two periodic functions x ( t ) and y ( t ) where t is defined as t = 2 π l / L . L is the total length of the perimeter and l is the partial distance from a starting point p 0 to an arbitrary point p t on the perimeter. Figure 2 shows a polygonal shape and its representation by the two periodic functions.
The two periodic functions can being formulated by the Fourier descriptors shown in the Equation (1)
x ( t ) y ( t ) = a 0 c 0 + n = 1 a n b n c n d n cos n t sin n t ,
where
a 0 = 1 2 π 0 2 π x ( t ) d t ; c 0 = 1 2 π 0 2 π y ( t ) d t a n = 1 2 π 0 2 π x ( t ) cos n t d t ; b n = 1 2 π 0 2 π x ( t ) sin n t d t c n = 1 2 π 0 2 π y ( t ) cos n t d t ; d n = 1 2 π 0 2 π x ( t ) sin n t d t .
Overlapping two corresponding cartographic shapes in an optimal manner could require rotation, translation and scale transformation which could be achieved by similarity, affine or projective transformations. In the case of misregistered cadastral parcels only translations and rotation would be necessary because we assume the following principle—a parcel is almost an exact representation of the real world. Taking into account that the principle of the most suitable transformation between two corresponding shapes represented by their vertices ( x , y ) and ( x , y ) is expressed by Equation (3) in the spatial domain.
x y = cos φ sin φ sin φ cos φ x x c y y c + x c y c + Δ x Δ y ,
where
φ = rotation angle ( x c , y c ) = centroid coordinates
The transformation from Equation (3), in general, does not allow an automated process because of two main reasons:
  • The starting point for each shape is not the same point, see Figure 3, so that they have to be linked manually.
  • Each shape consists of a different number of vertices.
Nevertheless in the frequency domain, the problem of identifying the corresponding points does not exist; we just need matching the corresponding Fourier descriptors belonging to different harmonics. To compute the harmonics, the polygon vertices should be ordered in the same direction (clockwise or counterclockwise) for both reference and misregistered parcels. Ordered vertices means that two consecutive vertices on the polygon should keep consecutive in the vertices list representing the polygon. The algorithm does not perform correctly if vertices are disordered. The direction condition is easy to automate in case the reference and misregistered polygons are different. The starting point in both the reference and the misregistered polygons could be different to correctly perform the algorithm. Substituting Equation (1) in Equation (3) leads us to compute the zero coefficients and the others separately.
Because the ( a 0 , c 0 ) and ( a 0 , c 0 ) are the centroid from the corresponding shapes (see Equation (2)), the translation computation is straightforward (Equation (4)):
Δ x Δ y = a 0 c 0 a 0 c 0 .
The rest of the Fourier coefficients can be computed independently for each harmonic because they are orthogonal. Our cadastral parcels do not need to be scaled so that the transformation is limited to a translation (Equation (4)) and a rotation. For the nth harmonic the rotation component of the transformation is achieved by Equation (5).
a n b n c n d n = cos φ sin φ sin φ cos φ a n b n c n d n .
If the starting point of corresponding shapes are not corresponding points, for example, in Figure 3 the starting point in the blue shape is 1 while the corresponding point in the red shape is approximately the number 4. The consequence is that the Fourier coefficients are different except for the zero coefficients. This is interpreted as a phase shift ( Δ t ) and the transformation between coefficients taking into account the Δ t is shown in Equation (6)
a n b n c n d n = a n b n c n d n cos n Δ t sin n Δ t sin n Δ t cos n Δ t .
The rotation and phase shift combined is expressed by Equation (7).
a n b n c n d n = cos φ sin φ sin φ cos φ a n b n c n d n cos n Δ t sin n Δ t sin n Δ t cos n Δ t .
At this moment the only unknowns are the rotation angle φ and the Δ t and we can solve the unknowns using a least squares approach, where for each harmonic their observations equations have the form of Equation (8).
a n b n c n d n + v a n v b n v c n v d n = a n b n c n d n b n a n d n c n c n d n a n b n d n c n b n a n cos φ cos n Δ t cos φ sin n Δ t sin φ cos n Δ t cos φ sin n Δ t .
In order to use the least squares method we need to linearize the Equation (8) for each harmonic and compute the first approximations of its coefficients. Such a first approximation can be derived using the harmonic n = 1 and n = 2 . From Equation (8), we can denote
p 1 = cos φ cos n Δ t ;   p 2 = cos φ cos n Δ t q 1 = cos φ sin n Δ t ;   q 2 = cos φ cos n Δ t r 1 = sin φ cos n Δ t ;   r 2 = cos φ cos n Δ t s 1 = cos φ sin n Δ t ;   s 2 = cos φ cos n Δ t .
and
p 1 q 1 r 1 s 1 = a 1 b 1 c 1 d 1 b 1 a 1 d 1 c 1 c 1 d 1 a 1 b 1 d 1 c 1 b 1 a 1 1 a 1 b 1 c 1 d 1 p 2 q 2 r 2 s 2 = a 2 b 2 c 2 d 2 b 2 a 2 d 2 c 2 c 2 d 2 a 2 b 2 d 2 c 2 b 2 a 2 1 a 2 b 2 c 2 d 2
From Equation (10)
A 1 = p 1 s 1 = cos ( φ + Δ t 0 ) B 1 = q 1 r 1 = sin ( φ + Δ t 0 ) A 2 = p 2 s 2 = cos ( φ + 2 Δ t 0 ) B 2 = q 2 r 2 = sin ( φ + 2 Δ t 0 ) .
From Equation (11) we can compute the initial values for φ and Δ t
φ 0 = 2 arctan ( B 1 / A 1 ) arctan ( B 2 / A 2 ) Δ t 0 = arctan ( B 2 / A 2 ) arctan ( B 1 / A 1 ) .
The A matrix (Equation (13)) in the least squares solution is a 4 × 2 matrix where odd rows represent the first column and the even rows represent the second column
A = a n sin φ cos n Δ t b n sin φ sin n Δ t c n cos φ cos n Δ t d n cos φ sin n Δ t k ( a n cos φ sin n Δ t + b n cos φ cos n Δ t + c n sin φ sin n Δ t d n sin φ cos n Δ t ) b n sin φ cos n Δ t + a n sin φ sin n Δ t d n cos φ cos n Δ t + c n cos φ sin n Δ t k ( b n cos φ sin n Δ t a n cos φ cos n Δ t + d n sin φ sin n Δ t + c n sin φ cos n Δ t ) c n sin φ cos n Δ t d n sin φ sin n Δ t + a n cos φ cos n Δ t + b n cos φ sin n Δ t k ( c n cos φ sin n Δ t + d n cos φ cos n Δ t a n sin φ sin n Δ t + b n sin φ cos n Δ t ) d n sin φ cos n Δ t + c n sin φ sin n Δ t + b n cos φ cos n Δ t a n cos φ sin n Δ t k ( d n cos φ sin n Δ t c n cos φ cos n Δ t b n sin φ sin n Δ t a n sin φ cos n Δ t ) .
The B matrix is
B = a n   b n   c n   d n T
and
φ 1 φ 0 Δ t 1 Δ t 1 = N 1 A T B ,
where
N = A T A
We have programmed the algorithm in Matlab and it requires the points to be ordered in the same direction, although it is allowed that the starting points not to be corresponding points as in Figure 3—for example, point 1-blue correspond to 4-red. The Figure 4 shows the result of computing the 4th harmonic and 3 iterations in the least square process (overlapped shapes). We can obtain an approximation of the mean, median and maximum separation between shapes if we compute a large enough sample of separations between shapes.

3. Results and Discussion

We have tested our algorithm on a correct digitized parcel (green in Figure 5) composed of 12 vertices while the misregistered parcel is composed of 24 vertices (blue in Figure 5). You can observe that starting points in both parcel are different, so that, we expect a shift phase value Δ t 0 .
Figure 6a shows the correspondence between the points from the correct parcel (green) to the misregistered one (blue). Figure 6b shows the transformation applied to the misregistered parcel, so that it overlaps the correct one. The parameters used for the transformation has been the following: 3th harmonic and 3 iterations; and the resulting transformation is described by Δ t = 4.6178 and φ = 10.6856 .
In order to compute the parameters influence on the fitted transformation we have tried different settings of nth harmonic and iterations numbers and we have computed the corresponding mean, median and maximum separation values between the matched parcels. In order to get a visual information of separation values we have built an histogram for such a measure. Figure 7a shows the area between parcel after transformation (green color) where separation values are mean (1.169 m), median (0.953 m) and maximum (4.499 m); and Figure 7b shows the corresponding histogram with 1000 samples distributed into 20 bins. The parameters setting used to obtain Figure 7 was 2nd harmonic and 2 iterations.
The Table 1 shows 9 settings (treatment) which combine nth harmonic and number of iterations. We can observe from Table 1 the mean separation between corresponding parcels is around 1.7 m and the largest difference between treatment considering the mean value is 2 mm; taking into account that the parcel size is approximately 205 × 130 m, the data seem to indicate there is not a great influence between treatments. If we focus in the maximum separation between corresponding shapes we observe it occurs between 5th harmonic 2 iterations (4.461 m) and the 3rd harmonic 5 iterations (4.529 m), and even in this case the differences is only of 68 mm which is also a small difference.
For a more consistent conclusion about the number of harmonic to use in the transformation, we think it is necessary to take into account parcels like those corresponding to buildings. Buildings are the most frequent parcels in urban areas and the most expensive. For this reason an accurate positioning in urban parcels is more important that in countryside ones. A main property in this kind of parcels is that they have both orthogonal and parallel sides. To continue our experiment we have selected three building cadastral parcels that are misregistered, see Figure 8.
We applied the Fourier-based automatic transformation to the aforementioned three buildings and the graphical result is shown in Figure 9 where the blue color indicates the correct position for a parcel, the red color refers to the misregistered cadastral parcel and the green polygon is the transformed cadastral parcel after apply the Fourier-based algorithm. For each building we computed the same measures per treatment as in Table 1, that is, mean, median and maximum. Each treatment is defined by combination of 2 parameters, the nth harmonic and the number of iterations. The results are shown in Table 2. From Figure 9 we can see that the Building 1 is the best fitted, this is because the cadastral parcel and the reference one has approximately the same shape and size; Building 2 keeps the sides parallel but the size is smaller than the reference one; and Building 3 lacks of parallelism in their sides. It seems that geometric features from those buildings explain the results included in Table 2. We observe that in Building 1 (the more similar between cadastral and reference parcels) there are hardly any differences in the measures when we take into account the nth harmonic parameter. On the other hand Buildings 2 and 3 have remarkable difference between the 2th and the 3rd harmonic. If we take into account only the number of iterations (N Iter) parameter, the variation in measures is significant from N Iter i to N Iter i + 1 only when the 2th harmonic is fixed; when the 3th or the 5th harmonic is fixed the measures variation is not significant from N Iter i to N Iter i + 1.
According to the previous analysis it seems a reasonable election to use the following parameters: 3rd harmonic and 5 iterations.

4. Conclusions

Transformation operations applied to a mapping shape is a frequent task in geosciences and geomatic fields. In this paper we have focused on the case of two corresponding polygons (representing cadastral parcels), which have small differences in their shapes although they are more or less similar.
Usually transformation parameters referring to similar, affine or projective transformation have been computed identifying corresponding points by hand, which does not imply process automation at all. The main advantage of the Fourier-descriptor-based approach explained in this paper is the whole process automation. We only need to express a polygon in the frequency domain starting from its spatial representation (a list of vertices). Representing a polygon (mapping shape, or cadastral parcel) in the frequency domain has several advantages with respect to its spatial representation in order to compute the transformation parameters—(a) the number of points in the correct shape can be different to the misregistered shape to be transformed; (b) you do not have to match corresponding points between shapes. We applied the Fourier descriptors approach to the mapping shapes used by Cadaster and Land Registry administrations. The correct parcel, usually has been measured by a surveyor, so that we do not want its scale to be changed; therefore the only transformation parameters we need are translation ( Δ x , Δ y ) and rotation ( φ ).
We have tried several level of harmonic (from 2nd to 5 5 ) in order to determine the harmonic level influence in the transformation, and remarkable differences appear in building parcels when non-parallelism and different scales exist between the cadastral and reference parcels. According to our study it seems a reasonable election to use the 3rd harmonic and 5 iterations as parameters for getting the transformation.
The results obtained after automatic transformation, based on Fourier descriptors, show a suitable fit between the corresponding parcels. For this reason it is advisable to use Fourier-descriptors-based transformations by Land Registry and Cadaster administrations when they need parcel transformations.

Author Contributions

Conceptualization, Juan Francisco Reinoso-Gordo; methodology, Juan Francisco Reinoso-Gordo, Carlos León-Robles and Jesús Mataix-SanJuan; software, Juan Francisco Reinoso-Gordo and Rocío Romero-Zaliz; validation, Juan Francisco Reinoso-Gordo; investigation, Juan Francisco Reinoso-Gordo, Carlos León-Robles, Jesús Mataix-SanJuan, Rocío Romero-Zaliz, Marcelo Antonio Nero; writing Juan Francisco Reinoso-Gordo. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhang, D.; Lu, G. A Comparative Study of Fourier Descriptors for Shape Representation and Retrieval. In Proceedings of the Fifth Asian Conference Computer Vision (ACCV 2002), Melbourne, Australia, 22–25 January 2002; pp. 646–651. [Google Scholar]
  2. Bartolini, I.; Ciaccia, P.; Patella, M. WARP: Accurate Retrieval of Shapes Using Phase of Fourier Descriptors and Time Warping Distance. IEEE Trans. Pattern Anal. Mach. Intell. 2005, 27, 142–147. [Google Scholar] [CrossRef] [PubMed]
  3. Geiger, D.; Liu, T.; Kohn, R.V. Representation and self-similarity of shapes. IEEE Trans. Pattern Anal. Mach. Intell. 2003, 25, 100–114. [Google Scholar] [CrossRef]
  4. Kauppinen, H.; Seppanen, T.; Pietikainen, M. An Experimental Comparison of Autoregressive and Fourier-Based Descriptors in 2D Shape Classification. IEEE Trans. Pattern Anal. Mach. Intell. 1997, 17, 201–207. [Google Scholar] [CrossRef] [Green Version]
  5. Greenfel, J.S.; Schenk, A.F. Experiments with Edge-Based Stereo Matching. Photogramm. Eng. Remote. Sens. 1989, 55, 1771–1777. [Google Scholar]
  6. Yi-Hsing, T.; Shenk, T. A least-squares approach to matching lines with Fourier descriptors. In Proceedings of the ISPRS (Commission III), Washington, DC, USA, 2–14 August 1992; pp. 469–475. [Google Scholar]
  7. Lowe, D. Distinctive image features from scale-invariant keypoints. Int. J. Comput. Vis. 2004, 60, 91–110. [Google Scholar] [CrossRef]
  8. Hartley, R.; Zisserman, A. Multiple View Geometry in Computer Vision, 1st ed.; Cambridge University Press: Cambridge, UK, 2000. [Google Scholar]
  9. Guo, C.; Li, Q.; Tan, J.; Liu, S.; Liu, Z. A method of solving tilt illumination for multiple distance phase retrieval. Opt. Lasers Eng. 2018, 106, 17–23. [Google Scholar] [CrossRef]
  10. Dubey, N.; Rosen, J.; Gannot, I. High-resolution imaging system with an annular aperture of coded phase masks for endoscopic applications. Opt. Express 2020, 28, 15122–15137. [Google Scholar] [CrossRef] [PubMed]
  11. Reinoso, J.F. A priori horizontal displacement (HD) estimation of hydrological features when versioned DEMs are used. J. Hydrol. 2010, 384, 130–141. [Google Scholar] [CrossRef]
  12. Reinoso, J.F. An algorithm for automatically computing horizontal shift between homologous contours from DTMs. Isprs J. Photogramm. Remote. Sens. 2011, 66, 272–286. [Google Scholar] [CrossRef]
  13. Reinoso, J.F.; Moncayo, M.; Pasadas, M.; Ariza, F.J.; Garcia, J.L. The Frenet frame beyond classical differential geometry: Application to cartographic generalization of roads. Math. Comput. Simul. 2009, 79, 3556–3566. [Google Scholar] [CrossRef]
  14. Zahn, C.T.; Roskies, R.Z. Fourier descriptors for plane closed curves. IEEE Trans. Comput. 1972, 100, 269–281. [Google Scholar] [CrossRef]
  15. Zhang, D.; Lu, G. Review of shape representation and description techniques. Pattern Recognit. 2004, 37, 1–19. [Google Scholar] [CrossRef]
  16. Kuhl, F.P.; Giardian, C.R. Eliptic Fourier Features of a closed Contour. Comput. Graph. Image Process. 1982, 18, 236–258. [Google Scholar] [CrossRef]
  17. Lin, C.S.; Hwang, C.L. New Forms of Shape Invariants from Elliptic Fourier Descriptors. Pattern Recognit. 1987, 20, 535–545. [Google Scholar] [CrossRef]
Figure 1. Horizontal displacement error observed between the orthophoto (correct) and the vector cadastral parcel.
Figure 1. Horizontal displacement error observed between the orthophoto (correct) and the vector cadastral parcel.
Ijgi 09 00482 g001
Figure 2. Polygonal shape expressed as two periodic functions.
Figure 2. Polygonal shape expressed as two periodic functions.
Ijgi 09 00482 g002
Figure 3. The corresponding points in the corresponding shapes have different numbers due to two reasons: the start vertices are different and also the direction (clockwise in the blue polygon, and counterclockwise in the red polygon).
Figure 3. The corresponding points in the corresponding shapes have different numbers due to two reasons: the start vertices are different and also the direction (clockwise in the blue polygon, and counterclockwise in the red polygon).
Ijgi 09 00482 g003
Figure 4. Transformed shapes using Fourier descriptors. The corresponding points between shapes are shown before (a) and after (c) transformation.
Figure 4. Transformed shapes using Fourier descriptors. The corresponding points between shapes are shown before (a) and after (c) transformation.
Ijgi 09 00482 g004
Figure 5. Digitized parcels: green is the correct parcel (left) and blue is the parcel to be transformed.
Figure 5. Digitized parcels: green is the correct parcel (left) and blue is the parcel to be transformed.
Ijgi 09 00482 g005
Figure 6. Transformed parcels using Fourier descriptors. The corresponding points between shapes are shown before (a) and after (b) transformation.
Figure 6. Transformed parcels using Fourier descriptors. The corresponding points between shapes are shown before (a) and after (b) transformation.
Ijgi 09 00482 g006
Figure 7. (a) Separation between reference and misregistered polygons, (b) separation histogram from 1000 samples measures between homologous point corresponding to reference and misregistered polygons (20 bin has been created in order to assign every measure to a bin and create the histogram): the mean value for the separation between reference and misregistered polygons is 1.167 m.
Figure 7. (a) Separation between reference and misregistered polygons, (b) separation histogram from 1000 samples measures between homologous point corresponding to reference and misregistered polygons (20 bin has been created in order to assign every measure to a bin and create the histogram): the mean value for the separation between reference and misregistered polygons is 1.167 m.
Ijgi 09 00482 g007
Figure 8. Buildings: cadastral parcel misregistered (red) and correct ones (blue).
Figure 8. Buildings: cadastral parcel misregistered (red) and correct ones (blue).
Ijgi 09 00482 g008
Figure 9. Buildings: cadastral parcel misregistered (red) and correct ones (blue) and misregistered after Fourier transformation (green).
Figure 9. Buildings: cadastral parcel misregistered (red) and correct ones (blue) and misregistered after Fourier transformation (green).
Ijgi 09 00482 g009
Table 1. Least squares parameter settings: nth harmonic(nth harm) and number of Iterations (N Iter). Mean, Median and Maximum expressed in m. Digitized parcel.
Table 1. Least squares parameter settings: nth harmonic(nth harm) and number of Iterations (N Iter). Mean, Median and Maximum expressed in m. Digitized parcel.
nth Harm/N IterMeanMedianMax
2   –   21.1690.9534.499
2   –   51.1690.9594.484
2   –   101.1690.9584.483
3   –   21.1700.9494.517
3   –   51.1710.9414.529
3   –   101.1710.9414.529
5   –   21.1690.9664.461
5   –   51.1690.9624.471
5   –   101.1690.9624.471
Table 2. Least squares parameter settings: nth harmonic(nth harm) and number of Iterations (N Iter). Mean, Median and Maximum expressed in m. 3 Buildings.
Table 2. Least squares parameter settings: nth harmonic(nth harm) and number of Iterations (N Iter). Mean, Median and Maximum expressed in m. 3 Buildings.
Building 1 Building 2 Building 3
n th harm/N IterMeanMedianMaxMeanMedianMaxMeanMedianMax
2   –   20.2590.2080.2851.2541.1523.0371.0930.9413.411
2   –   50.2590.2080.6671.4301.3023.4041.0900.9403.400
2   –   100.2590.2080.6671.4391.3183.4201.0900.9403.400
3   –   20.1510.1380.2850.7470.7681.5860.9350.8841.911
3   –   50.1510.1380.2850.7470.7711.5830.9340.8811.904
3   –   100.1510.1380.2850.7470.7711.5830.9340.8811.904
5   –   20.1520.1410.2910.7470.7691.5850.9350.8821.914
5   –   50.1520.1410.2910.7470.7721.5830.9350.8821.907
5   –   100.1520.1410.2910.7470.7721.5830.9350.8821.907

Share and Cite

MDPI and ACS Style

Reinoso-Gordo, J.F.; Romero-Zaliz, R.; León-Robles, C.; Mataix-SanJuan, J.; Antonio Nero, M. Fourier-Based Automatic Transformation between Mapping Shapes—Cadastral and Land Registry Applications. ISPRS Int. J. Geo-Inf. 2020, 9, 482. https://doi.org/10.3390/ijgi9080482

AMA Style

Reinoso-Gordo JF, Romero-Zaliz R, León-Robles C, Mataix-SanJuan J, Antonio Nero M. Fourier-Based Automatic Transformation between Mapping Shapes—Cadastral and Land Registry Applications. ISPRS International Journal of Geo-Information. 2020; 9(8):482. https://doi.org/10.3390/ijgi9080482

Chicago/Turabian Style

Reinoso-Gordo, Juan Francisco, Rocío Romero-Zaliz, Carlos León-Robles, Jesús Mataix-SanJuan, and Marcelo Antonio Nero. 2020. "Fourier-Based Automatic Transformation between Mapping Shapes—Cadastral and Land Registry Applications" ISPRS International Journal of Geo-Information 9, no. 8: 482. https://doi.org/10.3390/ijgi9080482

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop