Abstract
High-precision coordinate transformation is vital for high-quality data fusion involving different coordinate systems. The transformation precision is mainly evaluated by the transformation parameters’ estimation precision, the root mean square error (RMSE) of the conversion of common points, or the RMSE of the conversion of check points. However, there are a number of issues associated with the rotation parameters’ precision estimated by the existing transformation methods. First, the estimated precision is related to the rotation matrix, so it is not suitable for scenarios where different rotation matrices are used. Second, the RMSE of the conversion of check points may not be consistent with the RMSE of the conversion of common points, so that the RMSE of the conversion of common points should not be used as a transformation precision index. In addition, some engineering applications do not have check points, and many applications need to know which range of points can meet our requirements. To deal with these limitations, this paper proposes a new way to calculate the translation parameters and evaluate the transformation precision. A lot of experimental data was used to verify the effectiveness and applicability of the proposed transformation model.
1. Introduction
Coordinate transformation is widely used in data fusion involving different coordinate systems, such as the data conversion between an independent coordinate system and national coordinate system, the conversion of point clouds between different kinds of Lidar devices, the image conversion between different photogrammetric coordinate systems, and so on [1,2,3]. To perform coordinate transformation, a rigid body transformation model is first constructed using a number of common points with two sets of coordinates in two different coordinate systems, then the transformation parameters are determined, and finally the coordinates of all non-common points under the desired coordinate system are calculated [4,5,6,7].
Coordinate transformation has been widely studied in the literature, with a focus on modeling and parameter estimation. Several different transformation models exist, including the small-rotation-angle transformation model (e.g., bursa model, Molodensky model, and Wuce model) [8,9], and arbitrary-rotation-angle transformation model (e.g., Euler angle model, unit-quaternions model, and Rodrigue matrix model) [9,10,11,12]. At the same time, a range of methods for estimating model parameters have been proposed, including the 7-parameter linear adjustment method [9,11,13,14], 8-parameter linear adjustment method [9,13], 13-parameters linear adjustment method [1], nonlinear estimation method and its improved method [2,15], Procrusters-based direct solutions [16], analytical close-form solutions [6], ill-condition model solution [17,18], and total least squares method based on the errors-in-variables model [13,19,20].
At present, how to determine the coordinate transformation precision of different transformation schemes when “the root mean square error (RMSE) of the common points in different schemes is equal”, “no check points can be used to calculate the RMSE of the check points in different schemes” (where we usually use the RMSE of the common points or the RMSE of the check points to evaluate the precision of different transformation schemes), or “the root mean square error (RMSE) of the common points or check points are not suitable for evaluating the points of different objects ” [21] (where we have proved that the coordinate transformation error for any point in space is related to its position and the translation parameters’ estimation precision [22]) has not been studied. Furthermore, there has been no research on how to reduce the influence of the rotation matrix itself on the estimation precision of rotation parameters (where the estimation precision of rotation parameters is proportional to the rotation angle of the rotation matrix). It is therefore difficult to determine the error caused by transformation and which transformation is the best regarding the minimum error, and thus it is unknown whether the transformation results meet the requirements of engineering practice. In this paper, we propose a new method for evaluating the coordinate transformation precision of different transformation schemes based on the analysis of the existing coordinate transformation models. The proposed method is evaluated extensively with simulation experiments and engineering example and the results demonstrate that the method proposed performs well.
2. Methods
In this part, we present the current transformation model and its parameters estimation, and some common evaluation indices of the transformation precision. Then, we give the new transformation model and its implementation procedure.
2.1. Related Works
2.1.1. Rigid Body Transformation
The rigid body transformation in the Cartesian coordinate system is expressed by Equation (1), in which the coordinates of points in coordinate system-(i + 1) are transformed into those in coordinate system-i using one scale parameter (), three translation parameters (, , ), and three Euler angle parameters (, , ) [10,23] or three Rodrigue parameters (, , ) [4,10,11,22]:
where and represent the positions of the common point in coordinate system-i and coordinate system-(i + 1), respectively; is usually equal to 1; is the translation vector; is the standard rotation matrix, satisfying and , which is given by
where is the unit rotation axis of , satisfying ; and is the corresponding rotation angle of given by:
where tr (.) is the trace of the matrix.
2.1.2. Parameter Estimation of the Current Transformation Model
Assume the approximate values of the rotation matrix Ri+1 are (, is also a standard rotation matrix); the rotation parameters of are , , , , , ; the approximate values of the rotation parameters are , , , , , ; and the approximate values of the translation parameters and scale parameter are , , , . Based on the orthogonal Procrustes method in Appendix A and Equation (6), we can obtain the values of , , , , , , , , , , and . With all the common points , we can construct the error equation of the transformation model in the following equation:
where is a residual matrix, is a coefficient matrix (in this paper, we assume that the coefficient matrix is no error), is a error vector of the translation parameters’ approximations, and is a matrix (see Equations (A9)–(A16) in Appendix B for detailed derivation, or Equations (A24)–(A31) in Appendix C for detailed derivation).
Assume is the weight matrix of . By using the principle of least squares adjustment [8] and minimizing , we can obtain the estimation value of , the estimation value of the transformation parameters, and the estimation value of as:
where:
2.1.3. Evaluation Indices of Transformation Precision
If is the unit weight variance (usually determined in the initial processing before transformation), from error propagation [24] and Equation (6), the variance-covariance of the estimated transformation parameters can be expressed as:
where , , are matrices; and , are the cofactor matrices of and , respectively.
From Equation (10), the evaluation index of transformation precision can be expressed as:
where , , and are the evaluation indices of translation parameters’ estimation precision, rotation parameters’ estimation precision, and scale parameter’ estimation precision, respectively; and are the root mean square error of the common points and the check points, respectively; , , , , , , are the diagonal elements of the matrix ; and are the total number of the common points and check points, respectively; and and are the transformation error of the common points and the check points, respectively, and:
2.2. New Transformation Model
Let , . According to Equation (1), we can construct our new transformation model (where the rotation angle of the rotation matrix is close to zero):
where
.
Given the rotation parameters of as , , , , , and , and the approximate values of the rotation parameters as , , , , , and , we can set , , , , , , and cs0 = 0.
With all the common points , we can construct the error equation of the new transformation model in Equation (15):
where is a residual matrix, is a coefficient matrix, is the errors of the approximations , , , , , and are the same as Section 2, and:
where , , , and , , are the partial derivation of matrix at , , (see Equations (A14)–(A16) in Appendix B for detailed derivation), and , , (see Equations (A29)–(A31) in Appendix C for detailed derivation). Using the principle of least squares adjustment [8] and minimizing , we can respectively obtain the estimation value , , and of , , , and as:
where:
2.3. Implementation Procedure of the New Transformation Model
We may compute the estimated transformation parameters and the corresponding transformation precision evaluation indices with the following steps:
Step 1: Input the weight matrix , the coordinates of the common points and , and the check points and in coordinate system-i and coordinate system-(i + 1). The number of the common points and check points is and , and the estimation threshold values of the translation parameters, the rotation parameters, and the scale parameters , , and , respectively;
Step 2: Calculate the rotation matrix and the transformation parameters: , , , , , , , , , according to Equations (A1)–(A7) in Appendix A;
Step 3: Let ;
Step 4: Let ,, and , and ;
Step 5: Constitute the coefficient matrix by Equation (18);
Step 6: Constitute the matrix by Equation (A11) or Equation (A26);
Step 7: Calculate the estimated transformation parameter vector by Equation (20);
Step 8: Calculate the estimated rotation matrix by Equation (22);
Step 9: If is less than the given threshold, which is , , and (here is the maximum value, is the absolute value), continue; if not, , , , back to Step 4;
Step 10: Calculate the variance and covariance of the estimated transformation parameters ,, and :
Step 11: Calculate the RMSE of the common points and the check points and by Equation (12).
3. Experiments and Discussion
In this part, we set a series of simulation experiments and a practical engineering experiment to demonstrate the usability and efficiency of our proposed model. We first introduce the constraints for the simulation experiments and the simulation method. Then, we give a practical engineering experimental approach. Finally, we analyze the two current transformation models and the two new transformation models with the results of the experiments.
3.1. Constraint Conditions
Without affecting the conclusion of the simulation experiments, we make some assumptions: (1) The errors of the coordinates of common points and check points in coordinate system-(i + 1) are not considered in this paper; (2) unit weight variance , since the size of dose not affect the relative relationship between different values of different evaluation indices, and many laser scanner acquisition error = 5 mm@50 m [10]; (3) the threshold value of the translation parameters is (equivalent to 0.1 mm), the threshold value of the rotation parameters is (equivalent to less than 0.001″), and the threshold value of the scale parameters is (equivalent to less than ) [14]; (4) the check points are the same in Experiment I and Experiment II; and (4) the unit weight is used in all of the experiments in this paper.
3.2. Simulation Experiments
We generate the rotation matrices with different rotation angles and different fixed rotation axes, and 1000 sets of coordinates of common points and check points in coordinate system-i are randomly simulated by the common points and check points in experiment I (see Table 1, different rotation axes , different rotation angles , same common points, same check points). Then, we calculate the mean value of five transformation precision indices , , , , and of the Euler angle method (EA-Method, see Appendix B), Rodrigue method (R-Method, see Appendix C), new Euler angle method (NEA-Method, see Section 2.3), and new Rodrigue method (NR-Method, see Section 2.3) using the procedure shown in Appendix D. Similarly, we generate the rotation matrices with different rotation angles, different fixed common points distributions, and a fixed rotation axis, and randomly simulate 1000 sets of coordinates of common points and check points in coordinate system-I by the coordinates of common points and check points in experiment II (see Table 1, fixed rotation axes , different rotation angles , different common points, same check points). We calculate the mean value of , , , , and of EA-Method, R-Method, NEA-Method, and NR-Method using the procedure shown in Appendix D. The specific experimental procedure is summarized as follows:
Table 1.
The true coordinates of common points and check points *.
Step 1: Assume the total number of the common points ; the total number of the check points ; and the angle between the rotation axis and the plane of Coordinate system-(i + 1) is (corresponding to different rotation axes);
Step 2: Input the weight matrix and the coordinates of common points and check points in Experiment I;
Step 3: Let . The EA-Method and the R-Method are separately used to calculate the mean value of , , , , and for different fixed rotation axes and different rotation angles using the procedure shown in Appendix D (see Figure 1);
Figure 1.
Transformation precision of the current transformation model for experiment I (each x axis value represents a different rotation angle, each y axis value represents a different precision for a different precision index (a1)-(rad), (b1)-(a.u.), (m), (a.u.), RMSE(m)), each color represents a different rotation axis for different, (a1–a5) shows the results of the EA-Method, subgraph (b1–b5) shows the results of the R-Method).
Step 4: Let . The NEA-Method and the NR-Method are separately used to calculate the mean value of , , , , and for different fixed rotation axes and different rotation angles using the procedure shown in Appendix D (see Figure 2);
Figure 2.
Transformation precision of the new transformation model for experiment I (each x axis value represents a different rotation angle, each y axis value represents a different precision for a different precision index (a1)-(rad), (b1)-(a.u.), (a.u.), (m), RMSE(m)), each color represents a different rotation axis for different, (a1–a5) shows the results of the proposed NEA-Method, (b1–b5) shows the results of the proposed NR-Method).
Step 5: Input and the coordinates of common points and check points in Experiment II;
Step 6: Let . The EA-Method and the R-Method are separately used to calculate the mean value of , , , , and for different common points distributions using the procedure shown in Appendix D (see Figure 3);
Figure 3.
Transformation precision of the current transformation model for experiment II (each x axis value represents a different rotation angle, each y axis value represents a different precision for a different precision index (a1)-(rad), (b1)-(a.u.), (m), (a.u.), RMSE(m)), each color represents a different common points’ distribution, (a1–a5) shows the results of the EA-Method, (b1–b5) shows the results of the R-Method).
Step 7: Let . The NEA-Method and the NR-Method are separately used to calculate the mean value of , , , , and for different common points distributions using the procedure shown in Appendix D (Figure 4).
Figure 4.
Transformation precision of the new transformation model for experiment II (each x axis value represents a different rotation angle, each y axis value represents a different precision for a different precision index (a1)-(rad), (b1)-(a.u.), (m), (a.u.), RMSE(m)), each color represents a different common points’ distribution, (a1–a5) shows the results of the proposed NEA-Method, (b1–b5) shows the results of the proposed NR-Method).
3.3. Practical Engineering Case
To further verify the applicability of the proposed method described in Section 2.3 we selected a dataset from a practical engineering application in Guangzhou’s new airport terminal [1,15], which consists of the true coordinates and measured coordinates of 15 nodes and 2 hinge center points in a component of the grid structure, as shown in Table 2. The origin in the true coordinates and the measured coordinates are the center of the end hinge of the component and any hypothetical point, respectively. In total, 5 cases are considered in this study, each of which selects 5 out of 17 points as common points: Case A selects {1, 11, 12, 13, 23}; Case B selects {1, 8, 9, 10, 23}; Case C selects {1, 14, 15, 16, 23}; Case D selects {1, 5, 6, 7, 23}; and Case E selects {1, 17, 18, 19, 23}. We then calculate , , and by the EA-Method, R-Method, NEA-Method, and NR-Method, respectively. The detailed experimental procedure is summarized as follows:
Table 2.
Actual and measured coordinates [1,15].
Step 1: Let the number of common points and check points be and , respectively;
Step 2: Input , the coordinate of 17 position points in Table 2;
Step 3: Let the coordinate of common points be Case A, Case B, Case C, Case D, and Case E, respectively; the EA-Method and the NEA-Method are separately used to calculate the , , and using the procedure shown in Appendix B and the procedure in Section 2.3 (see Figure 5);
Figure 5.
Transformation precision comparison of the EA-Method and NEA-Method for practical engineering application (each x axis value represents a different case selection of the common points, each y axis value represents a different precision for a different precision index ((rad), RMSE (mm)), (a1–a3) shows the results of the EA-Method, (b1–b3) shows the results of the NEA-Method).
Step 4: Let the coordinate of common points be Case A, Case B, Case C, Case D, and Case E, respectively; the R-Method and the NR-Method are separately used to calculate the , , and using the procedure shown in Appendix C and the procedure in Section 2.3 (see Figure 6).
Figure 6.
Transformation precision comparison of the R-Method and NR-Method for practical engineering application (each x axis value represents a different case selects of the common points, each y axis value represents a different precision for a different precision index ((a.u.), RMSE (mm)) ((a1–a3) shows the results of the R-Method, (b1–b3) shows the results of the NR-Method).
3.4. Discussion
From Figure 1 and Figure 3, it may be concluded that: (1) EA-Method becomes singular when the rotation angle is around 90° and 140°, and R-Method is singular when the rotation angle is close to 180°. Thus, the current EA-Method and R-Method are not suitable for estimating the transformation parameters in some circumstances. (2) RMSE of the common points and check points is independent of the rotation angle and rotation axis, but the rotation parameters’ precision estimated by R-Method is related to the rotation axis and proportional to the absolute value of the rotation angle. Therefore, in the case where the rotation matrices are different, the small value of the rotation parameters’ estimation precision cannot represent that the corresponding transformation precision is better than the larger value of the rotation parameters’ estimation precision, and the rotation parameters’ precision estimated by R-Method is not suitable for evaluating the RMSE of the check points. (3) RMSE of the different common points in Experiment II can be considered the same, and the translation parameters’ precision can also be considered the same, but the corresponding RMSE of the check points is not equal when different common points are used. Thus, the RMSE of the common points and the translation parameters’ precision all cannot be used to evaluate the RMSE of the check points.
From Figure 2 and Figure 4, it may be concluded that: (1) NEA-Method can resolve the singularity problem of EA-Method under some rotation angles, and NR-Method can also resolve the singularity problem of R-Method under the near 180° rotation angle; (2) the rotation parameters’ precision estimated by NEA-Method and that by NR-Method is independent of the rotation angle and the rotation axis, so the evaluation indices of estimated by NEA-Method and NR-Method are unique to different coordinate transformations; and (3) the rotation parameters’ precision estimated by NEA-Method and that by NR-Method is proportional to the RMSE of the check points. Thus, the evaluation indices of estimated by NEA-Method and NR-Method can be used to evaluate the RMSE of the check points.
From Figure 5 and Figure 6, several observations can be made as follows:(1) EA-Method still has singularity for A, B, and C distributions, where the RMSE of the common points and check points are more than 10,000 mm, so EA-Method is not suitable for this experiment; (2) the RMSE of the check points for NE-Method, R-Method, and NR-Method in the same case are equal, and its RMSE values for case A, B, C, D, and E are 19.4, 18.8, 19.2, 23.9, and 25.5 mm, respectively (the size is comparable to the calculated value in the literature [1,15], the results are correct), respectively, where the size relationship is E > D > A > C > B (see subgraph Figure 5b3 and Figure 6a3,b3); that is, “the size relationship of the check points’ RMSE is inconsistent with that of the common points’ RMSE”, so the RMSE of the check points cannot be used to evaluate the RMSE of the common points; (3) the RMSE values of the common points for NE-Method, R-Method, and NR-Method in the same case are also equal, but its RMSE values for case A, B, C, D, and E are 19.8, 12.5, 13.6, 13.05, and 13.06 mm, respectively, where the size relationship is A > C > E > D > B (see subgraph Figure 5b2 and Figure 6a2,b2); that is, “the size relationship of the common points’ RMSE is inconsistent with that of the check points’ RMSE”, so the RMSE of the common points cannot be used to evaluate the RMSE of the check points; (4) for NEA-Method and NR-Method, the size relationship of in case A, B, C, D, E is E > D > A > C > B (see subgraph Figure 5b1), and for R-Method, the size relationship is B > A > C > E > D (see subgraph Figure 6a1; that is, “the size relationship of calculated by R-Method is inconsistent with that of the check points’ RMSE, and the size relationship of calculated by NEA-Method and NR-Method is consistent with that of the check points’ RMSE”, so the rotation parameters’ precision calculated by NEA-Method and NR-Method is suitable for evaluating the size relationship of the different check points’ RMSE but that by R-Method is not.
4. Conclusions
Motivated by the observation that the current coordinate transformation models’ have some limitations, this paper proposed a new method for coordinate transformation to deal with these limitations. The new transformation method was constructed by using the orthogonality of rotation matrix, the theorem of “any vector multiplied by the identity matrix does not change”, and the approximation of the rotation matrix (which is calculated by the orthogonal Procrustes method). The corresponding estimation formulas of th new transformation method were derived from the linearization theorem, the partial derivation theorem of matrix, and the principle of least squares adjustment.
We designed two simulation experiments and a practical engineering case to verify the effectiveness and applicability of the new transformation method. The results demonstrated that (1) the new transformation model is suitable for the Cartesian coordinate transformation under any rotation angle; (2) the rotation parameters’ precision calculated by the new method can be used to evaluate the transformation precision; (3) the new transformation method can be used to resolve the evaluation problem in the absence of check points.
However, it should be noted that “we do not consider the effects of linearization errors or coefficient matrix errors”; “our method only evaluates the accuracy of conversion parameters while the accuracy of any point in space is related to the accuracy of parameter conversion, the coordinates of any point, and the measurement accuracy of coordinates of any point and when calculating the accuracy of any point in space, it is necessary to refer to the related formula in [22]”; and “the relationship between the accuracy of conversion parameters and the accuracy of the final converted results requires further analytical investigation”.
Author Contributions
R.Y. was the scientific responsible and coordinator of the research group, and responsible for the derivation of relevant theories in the paper; R.Y., C.D., K.Y. and Z.L. conceived the original ideas; R.Y. and L.P. worked on preparing the original draft; K.Y. and C.D. assisted in results compiling and writing the manuscript; R.Y. and Z.L. supervised the research work. All authors have read and agreed to the published version of the manuscript.
Funding
This research is supported by the Chongqing Natural Science Foundation (No. cstc2019jcyj-msxmX0153), the 111 projects (No. B18062), the National Natural Science Foundation of China (No. 41304001 and No. 41674005), and the Fundamental Research Funds for the Central Universities (No.02180052020026).
Data Availability Statement
The datasets and source codes used in this study is available from the corresponding author on a reasonable request.
Acknowledgments
The authors would like to thank all anonymous reviewers for their valuable, constructive, and prompt comments and suggestions. And we appreciate Yi Chen, Yunzhong Shen, Dajie Liu, Huaien Zeng and Shengxiang Huang for their contribution and support in field data collection.
Conflicts of Interest
The authors declare no conflict of interest.
Appendix A. Calculation of Approximate Transformation Parameters by the Orthogonal Procrustes Method
We can compute the approximation , , , , , , , , , of scale parameter ; rotation parameters , , , , , ; and translation parameters , , by the orthogonal Procrustes method, which was given in [16]. The specific steps are as follows [16]:
Step 1: Constituting the common points matrix and based on all the common points’ coordinates:
where is the total number of the common points;
Step 2: Computing orthogonal matrices U and V by singular value decomposition:
where:
Step 3: Computing the approximation of rotation matrix and rotation parameters:
Step 4: Computing the approximation of the scale parameter:
Step 5: Computing the approximation of the translation parameters:
Appendix B. Euler Angle Method
If the rotation matrix is expressed by three Euler angle parameters (, , ) (see Equation (2)), using Equations (1)–(3), with the approximations , , , , , , and all the common points , we can construct the error equation of the seven-parameter transformation model based on the Euler angle [8]:
where is the residual matrix, is the coefficient matrix, is the true errors of the approximations , is the matrix, and:
We can compute the estimated transformation parameters and the transformation precision evaluation index by the following steps [8]:
Step 1: Input the weight matrix , the coordinates of the common points and , and the check points and in coordinate system-i and coordinate system-(i + 1), and the numbers of the common points and check points and , the estimation threshold values of the translation parameters, the rotation parameters, and the scale parameters , , and ;
Step 2: Calculate the approximation value , , , , , , of the seven transformation parameters by Equations (A1)–(A7), and let ;
Step 3: Calculate , , , by Equations (A13)–(A16);
Step 4: Constitute the coefficient matrix by Equation (A12);
Step 5: Constitute the matrix by Equation (A11);
Step 6: Calculate the estimated values of as
Step 7: If is less than the given limit, which is , and , continue; if not, , and go to Step 3;
Step 8: Calculate the estimated transformation parameters:
where is the estimated values of the seven transformation parameters; is the estimated values of the translation parameters; , , are the estimated values of the translation parameters; is the estimated values of the scale parameters; and is the estimated values of the rotation matrix;
Step 9: Calculate the evaluation index of the transformation precision:
where , , and are the evaluation indices of the translation parameters’ estimation precision, rotation parameters’ estimation precision, and scale parameter’ estimation precision, respectively; , are the root mean square error of the common points and the check points, respectively; is the variance and covariance of the estimated transformation parameters; and are the transformation error of the common points and the check points, respectively; and:
where is the unit weight variance (usually determined in the initial processing before transformation).
Appendix C. Rodrigue Method
If the rotation matrix is expressed by three Rodrigue parameters (, , ) (see Equation (3)), using Equations (1)–(3), with the approximations , , , , , , , and all the common points , we can construct the error equation of the seven-parameter transformation model based on Rodrigue parameters [4,22]:
where is the residual matrix, is the coefficient matrix, is the true errors of the approximations , is the matrix, and:
We can compute the estimated transformation parameters and the transformation precision evaluation index by the following steps [4,22]:
Step 1: Input the weight matrix , the coordinates of the common points and , and the check points and in coordinate system-i and coordinate system-(i + 1), the numbers of the common points and check points n and m, the estimation threshold values of the translation parameters, the rotation parameters, and the scale parameters , , and ;
Step 2: Calculate the approximation value , , , , , , of the seven transformation parameters by Equations (A1)–(A7), and let ;
Step 3: Calculate , , , by Equations (A28)–(A30);
Step 4: Constitute the coefficient matrix by Equation (A27);
Step 5: Constitute the matrix by Equation (A26);
Step 6: Calculate the estimated values of as:
Step 7: If is less than the given limit, which is , , and , continue; if not, , and go to Step 3;
Step 8: Calculate the estimated transformation parameters:
where , , , are as defined in Appendix B; and , , are the estimated values of the rotation parameters;
Step 9: Calculate the evaluation index of the transformation precision:
where , , , ,, and are as defined in Appendix B; is the variance and covariance of the estimated transformation parameters; and and are the transformation error of the common points and the check points, respectively; and:
Appendix D. Calculation Procedure of the Transformation Precision Index for Different Rotation Angles
Assume the angle between the rotation axis and the plane of coordinates-i + 1 is fixed, . We can compute the transformation precision evaluation index of different rotation angles by the following steps:
Step 1: Assume , , ;
Step 2: Input the weight matrix , the coordinates of the common points , the check points in coordinate system-i and coordinate system-(i + 1), and the numbers of the common points and check points and ;
Step 3: If , , continue; if not, go to Step 10;
Step 4: Let the rotation parameters , , , and calculate the coordinate true values of the common points and check points as:
where:
Step 5: If , continue; if not, go to Step 8;
Step 6: Add random noise to the coordinates of the common points in experiment I:
where returns a array of random numbers chosen from a normal distribution with a mean and standard deviation of 0 and ;
Step 7: Calculate the , , , , by the Euler-Angle-Method in Appendix B, Rodrigue-Method in Appendix C, or New-Transformation-Method in Section 2.3;
Step 8: Let , and go to Step 5;
Step 9: Calculate the mean value of the transformation precision evaluation index:
Step 10:, go to Step 3;
Step 11: End.
References
- Chen, Y.; Shen, Y.Z.; Liu, D.J. A simplified model of three dimensional-datum transformation adapted to big rotation angle. Geomat. Inf. Sci. Wuhan Univ. 2004, 29, 1101–1104. [Google Scholar]
- Luo, C.L.; Zhang, Z.L.; Deng, Y.; Mei, W.S.; Chen, B.R. On nonlinear 3D rectangular coordinate transformation method based on improved Gauss-Newton method. J. Geod. Geodyn. 2007, 27, 50–54. [Google Scholar]
- Qin, S.W.; Gu, C.; Pan, G.R. A simple and convenient coordinate transformation model for any rotation angle. Geotech. Inverstigation Surv. 2009, 62–65. [Google Scholar]
- Yao, J.L.; Han, B.M.; Yang, Y.X. Application of Lodrigues Matrix in 3D coordinate transformation. Geomat. Inf. Sci. Wuhan Univ. 2006, 31, 1094–1119. [Google Scholar] [CrossRef]
- Li, B.F.; Shen, Y.Z.; Li, W.X. The seamless model for three-dimensional datum transformation. Sci. China Earth Sci. 2012, 55, 2099–2108. [Google Scholar] [CrossRef]
- Li, B.F.; Huang, S.Q. Analytical close-form solutions for three-dimensional datum transformation with big rotation angles. Acta Geod. Et Cartogr. Sin. 2016, 45, 267–273. [Google Scholar]
- Eggert, D.W.; Lorusso, A.; Fisher, R.B. Estimating 3-D rigid body transformations: A comparison of four major algorithms. Mach. Vis. Appl. 1997, 9, 272–290. [Google Scholar] [CrossRef]
- Yao, Y.B.; Huang, C.M.; Li, C.C.; Kong, J. A new algorithm for solution of transformation parameters of big rotation angle’s 3D coordinate. Geomat. Inf. Sci. Wuhan Univ. 2012, 37, 253–256. [Google Scholar]
- Liu, Z.P.; Yang, L. An improved method for spatial rectangular coordinate transformation with big rotation angle. J. Geod. Geodyn. 2016, 36, 586–590. [Google Scholar]
- Yang, R.H. Research on Point Cloud Angular Resolution and Processing Model of Terrestrial Laser Scanning. Ph.D. Thesis, Wuhan University, Wuhan, China, 2011. [Google Scholar]
- Yang, R.H.; Meng, X.L.; Xiang, Z.J.; Li, Y.M.; You, Y.S. Establishment of a new quantitative evaluation model of the targets geometry distribution for terrestrial laser scanning. Sensors 2020, 20, 555. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Li, Z.W.; Li, K.Z.; Zhao, L.J.; Wang, Y.K.; Liang, X.Q. Three-dimensional coordinate transformation adapted to arbitrary rotation angles based on unit quaternion. J. Geod. Geodyn. 2017, 37, 81–85. [Google Scholar]
- Lin, P. The Method of Total Least Squares for 3d Datum Transformation in the Arbitrary Rotational Angle. Master’s Thesis, Anhui University of Science and Technology, Huainan, China, 2015. [Google Scholar]
- Zeng, W.X.; Tao, B.Z. Non-linear adjustment model of three-dimensional coordinate transformation. Geomat. Inf. Sci. Wuhan Univ. 2003, 28, 566–568. [Google Scholar]
- Zeng, H.E.; Huang, S.X. A kind of direct search method adapted to solution of 3d coordinate transformation parameters. Geomat. Inf. Sci. Wuhan Univ. 2008, 33, 1118–1121. [Google Scholar]
- Wu, J.Z.; Wang, A.Y. A unified model for cartesian coordinate transformations in two- and three-dimensional space. J. Geod. Geodyn. 2015, 35, 1046–1048, 1052. [Google Scholar]
- Li, M.F.; Liu, Z.L.; Wang, Y.M.; Sun, X.R. Study on an improved model for ill-conditioned three-dimensional coordinate transformation with big rotation angles. J. Geod. Geodyn. 2017, 37, 441–445. [Google Scholar]
- Chen, Z.Y.; Liu, C. Spatial coordinate transformation based on multiple parameter regularization and its accuracy analysis. J. Geod. Geodyn. 2008, 28, 92–95. [Google Scholar]
- Fang, X.; Zeng, W.X.; Liu, J.N.; Yao, Y.B. A general total least squares algorithm for three-dimensional coordinate transformations. Geomat. Inf. Sci. Wuhan Univ. 2014, 43, 1139–1143. [Google Scholar]
- Chen, Y.; Lu, J. Performing 3D similarity transformation by robust total least squares. Acta Geod. Et Cartogr. Sin. 2012, 41, 715–722. [Google Scholar]
- Fan, L.; Smethurst, J.A.; Atkinson, P.M.; Powrie, W. Error in target-based georeferencing and registration in terrestrial laser scanning. Comput. Geosci. 2015, 83, 54–64. [Google Scholar] [CrossRef] [Green Version]
- Yang, R.H.; Meng, X.L.; Yao, Y.B.; Chen, B.Y.; You, Y.S.; Xiang, Z.J. An analytical approach to evaluate point cloud registration error utilizing targets. ISPRS J. Photogramm. Remote Sens. 2018, 143, 48–56. [Google Scholar] [CrossRef]
- Liu, J. Research on Attitude Determination by Quaternion Method. Bachelor’s Thesis, Wuhan University, Wuhan, China, 2003. [Google Scholar]
- Qiu, W.N.; Tao, B.Z.; Yao, Y.B.; Wu, Y.; Huang, H.L. The Theory and Method of Surveying Data Processing, 1st ed.; Wuhan University Press: Wuhan China, 2008; pp. 1–6. [Google Scholar]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 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 (https://creativecommons.org/licenses/by/4.0/).