This class and its main method can be used to solve the problem well-known as the absolute orientation problem. It means computing the transformation that aligns two sets of points for which correspondence is known. Generated from class MR.PointToPointAligningTransform. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | PointToPointAligningTransform () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | PointToPointAligningTransform (MR.Const_PointToPointAligningTransform _other) |
| Generated from constructor MR.PointToPointAligningTransform.PointToPointAligningTransform. | |
| PointToPointAligningTransform (PointToPointAligningTransform _other) | |
| Generated from constructor MR.PointToPointAligningTransform.PointToPointAligningTransform. | |
| unsafe MR.PointToPointAligningTransform | assign (MR.Const_PointToPointAligningTransform _other) |
| Generated from method MR::PointToPointAligningTransform::operator=. | |
| unsafe void | add (in MR.Vector3d p1, in MR.Vector3d p2, double? w=null) |
| Add one pair of points in the set Generated from method MR.PointToPointAligningTransform.add. Parameter w defaults to 1. | |
| unsafe void | add (in MR.Vector3f p1, in MR.Vector3f p2, float? w=null) |
| Add one pair of points in the set Generated from method MR.PointToPointAligningTransform.add. Parameter w defaults to 1. | |
| unsafe void | add (MR.Const_PointToPointAligningTransform other) |
| Add another two sets of points. Generated from method MR.PointToPointAligningTransform.add. | |
| unsafe void | clear () |
| Clear sets. Generated from method MR.PointToPointAligningTransform.clear. | |
This class and its main method can be used to solve the problem well-known as the absolute orientation problem. It means computing the transformation that aligns two sets of points for which correspondence is known. Generated from class MR.PointToPointAligningTransform. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.PointToPointAligningTransform.PointToPointAligningTransform.
|
inline |
Generated from constructor MR.PointToPointAligningTransform.PointToPointAligningTransform.
|
inline |
Add one pair of points in the set Generated from method MR.PointToPointAligningTransform.add. Parameter w defaults to 1.
|
inline |
Add one pair of points in the set Generated from method MR.PointToPointAligningTransform.add. Parameter w defaults to 1.
|
inline |
Add another two sets of points. Generated from method MR.PointToPointAligningTransform.add.
|
inline |
Generated from method MR::PointToPointAligningTransform::operator=.
|
inline |
Clear sets. Generated from method MR.PointToPointAligningTransform.clear.