public static MathTransform.ClassType DetermineBestMathTransform( ICollection<Point3D> srcPoints, ICollection<Point3D> targetPoints, int width, int height, double tolerance, MathTransform.ClassType defaultmethod )
Given a solution of points (source/target), determine the best (highest order) transform that closes within a given tolerance.