Suvarna Garge (Editor)

Helmert transformation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Helmert transformation (named after Friedrich Robert Helmert, 1843–1917) is a transformation method within a three-dimensional space. It is frequently used in geodesy to produce distortion-free transformations from one datum to another. The Helmert transformation is also called a seven-parameter transformation and is a similarity transformation.

Contents

Definition

It can be expressed as:

X T = C + μ R X

where

  • XT is the transformed vector
  • X is the initial vector
  • The parameters are:

  • C — translation vector. Contains the three translations along the coordinate axes
  • μ — scale factor, which is unitless, and as it is usually expressed in ppm, it must be divided by 1,000,000.
  • R — rotation matrix. Consists of three axes (small rotations around the coordinate axes) r x , r y , r z . The rotation matrix is an orthogonal matrix. The rotation is given in radians.
  • Variations

    It is not always necessary to use the seven parameter transformation, sometimes it is sufficient to use the five parameter transformation, composed of three translations, one rotation (about the Z-axis) and one change of scale.

    A special case is the two-dimensional Helmert transformation. Here, only four parameters are needed (two translations, one scaling, one rotation). These can be determined from two known points; if more points are available then checks can be made.

    Restrictions

    The Helmert transformation only uses one scale factor, so it is not suitable for:

  • The manipulation of measured drawings and photographs
  • The comparison of paper deformations while scanning old plans and maps.
  • In these cases, use another affine transformation.

    Application

    The Helmert transformation is used, among other things, in geodesy to transform the coordinates of the point from one coordinate system into another. Using it, it becomes possible to convert regional surveying points into the WGS84 locations used by GPS.

    In the process, the Gauss–Krüger coordinate, x and y, plus the height, h, are converted into 3D values in steps:

    1. Calculation of the ellipsoidal width, length and height (W, L, H)
    2. Calculation of X, Y and Z relative to the reference ellipsoid of surveying
    3. 7-parameter transformation (where X, Y and Z change almost evenly, a few hundred metres at most, and the distances change a few mm per km).
    4. Because of this, terrestrially measured positions can be compared with GPS data; these can then be brought into the surveying as new points — transformed in the opposite order.

    The third step consists of the application of a rotation matrix, multiplication with the scale factor μ = 1 + s (with a value near 1) and the addition of the three translations, c x , c y , c z .

    The coordinates of a reference system B are derived from reference system A by the following formula:

    [ X Y Z ] B = [ c x c y c z ] + ( 1 + s × 10 6 ) [ 1 r z r y r z 1 r x r y r x 1 ] [ X Y Z ] A

    or for each single parameter of the coordinate:

    X B = c x + ( 1 + s × 10 6 ) ( X A r z Y A + r y Z A ) Y B = c y + ( 1 + s × 10 6 ) ( r z X A + Y A r x Z A ) Z B = c z + ( 1 + s × 10 6 ) ( r y X A + r x Y A + Z A ) .

    For the reverse transformation, each element is multiplied by -1.

    The seven parameters are determined for each region with three or more "identical points" of both systems. To bring them into agreement, the small inconsistencies (usually only a few cm) are adjusted using the method of least squares – that is, eliminated in a statistically plausible manner.

    Standard parameters

    Note that the rotation angles given in the table are in seconds and must be converted to radians before use in the calculation.

    These are standard parameter sets for the 7-parameter transformation (or data transformation) between two ellipsoids. For a transformation in the opposite direction, the signs of all the parameters must be changed. The translations cx, cy, cz are sometimes described as tx, ty, tz, or dx, dy, dz. The rotations rx, ry, and rz are sometimes also described as ω , ϕ and κ . In the United Kingdom the prime interest is the transformation between the OSGB36 datum used by the Ordnance survey for Grid References on its Landranger and Explorer maps to the WGS84 implementation used by GPS technology. The Gauss–Krüger coordinate system used in Germany normally refers to the Bessel ellipsoid. A further datum of interest was ED50 (European Datum 1950) based on the Hayford ellipsoid. ED50 was part of the fundamentals of the NATO coordinates up to the 1980s, and many national coordinate systems of Gauss–Krüger are defined by ED50.

    The earth does not have a perfect ellipsoidal shape, but is described as a geoid. Instead, the geoid of the earth is described by many ellipsoids. Depending upon the actual location, the "locally best aligned ellipsoid" has been used for surveying and mapping purposes. The standard parameter set gives an accuracy of about 7 m for an OSGB36/WGS84 transformation. This is not precise enough for surveying, and the Ordnance Survey supplements these results by using a lookup table of further translations in order to reach 1 cm accuracy.

    Calculating the parameters

    If the transformation parameters are unknown, they can be calculated with reference points (that is, points whose coordinates are known before and after the transformation. Since a total of seven parameters (three translations, one scale, three rotations) have to be determined, at least two points and one coordinate of a third point (for example, the Z-coordinate) must be known. This gives a system of linear equations with seven equations and seven unknowns, which can be solved.

    In practice, it is best to use more points. Through this correspondence, more accuracy is obtained, and a statistical assessment of the results becomes possible. In this case, the calculation is adjusted with the Gaussian least squares method.

    A numerical value for the accuracy of the transformation parameters is obtained by calculating the values at the reference points, and weighting the results relative to the centroid of the points.

    While the method is mathematically rigorous, it is entirely dependent on the rigour of the parameters that are used. In practice, these parameters are computed from the inclusion of at least three known points in the networks. However the accuracy of these will affect the following transformation parameters, as these points will contain observation errors. Therefore a "real-world" transformation will only be a best estimate and should contain a statistical measure of its quality.

    References

    Helmert transformation Wikipedia