Georef Tiepoints and Coordsys Tiepoints: transformation methods

Conformal:

minimum of 2 tiepoints required;

Col = aX + bY + c1

Row = bX - aY + c2

Affine:

recommended for satellite images and for most vector maps with a coordinate system tiepoints; minimum of 3 tiepoints required;

Col = a11X + a12Y + b1

Row = a12X + a22Y + b2

Second order bilinear:

minimum of 4 tiepoints required;

Col = a1 + b1X + c1Y + d1XY

Row = a2 + b2X + c2Y + d2XY

Full second order:

minimum of 6 tiepoints required;

Col = a1 + b1X + c1Y + d1XY + e1X2 + f1Y2

Row = a2 + b2X + c2Y + d2XY + e2X2 + f2Y2

Third order:

minimum of 10 tiepoints required;

Col = a1 + b1X + c1Y + d1XY + e1X2 + f1Y2 + g1 X3 + h1 X2Y + i1XY2 + j1 Y3

Row = a2 + b2X + c2Y + d2XY + e2X2 + f2Y2 + g2 X3 + h2 X2Y + i2XY2 + j2 Y3

Projective:

recommended for scanned photographs when a DTM is not available; minimum of 4 tiepoints required;

Col = (aX + bY + c) / (gX + hY +1)

Row = (dX + eY + f) / (gX + hY + 1)