public static MathTransform.ClassType DetermineBestMathTransform( ICollection<Point3D> srcPoints, ICollection<Point3D> targetPoints, int width, int height, double tolerance, MathTransform.ClassType defaultmethod )
Description
Given a solution of points (source/target), determine the best (highest order) transform that closes within a given tolerance.
Comments
0 comments
Please sign in to leave a comment.