Calculation of a projective matrix from 2D or 3D point pairs.
Inheritance Hierarchy Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static class MatrixHomography
The MatrixHomography type exposes the following members.
Methods | Name | Description |
---|
| EvaluateAffine(IEnumerableValueTuplePointD2D, PointD2D) | |
| EvaluateAffine(IEnumerableValueTuplePointD3D, PointD3D) | |
| EvaluateHomography(IEnumerableValueTuplePointD2D, PointD2D, Boolean) |
Evaluates a 3x3 matrix, that best transforms (in the least square sense) 2D points x into 2D points y.
|
| EvaluateHomography(IEnumerableValueTuplePointD3D, PointD3D, Boolean) |
Evaluates a 4x4 matrix, that best transforms (in the least square sense) 3D points x into 3D points y.
|
| EvaluateHomography(IEnumerableValueTupleDouble, Double, Boolean) |
Evaluates a 2x2 matrix, that best transforms (in the least square sense) 1D points x into 1D points y.
|
| Transform(Matrix2x2, Double) |
Transforms a 2D point with a 3D homography matrix.
|
| Transform(Matrix3x3, PointD2D) |
Transforms a 2D point with a 3D homography matrix.
|
| Transform(Matrix4x4, PointD3D) |
Transforms a 2D point with a 3D homography matrix.
|
TopSee Also