Click or drag to resize

MatrixHomography.EvaluateHomography Method

Overload List
 NameDescription
Public methodStatic memberEvaluateHomography(IEnumerable<ValueTuple<PointD2D, PointD2D>>, Boolean) Evaluates a 3x3 matrix, that best transforms (in the least square sense) 2D points x into 2D points y.
Public methodStatic memberEvaluateHomography(IEnumerable<ValueTuple<PointD3D, PointD3D>>, Boolean) Evaluates a 4x4 matrix, that best transforms (in the least square sense) 3D points x into 3D points y.
Public methodStatic memberEvaluateHomography(IEnumerable<ValueTuple<Double, Double>>, Boolean) Evaluates a 2x2 matrix, that best transforms (in the least square sense) 1D points x into 1D points y.
Top
See Also