This class can be used to solve the problem of multiple 3D objects alignment, by first collecting weighted links between pairs of points from different objects, and then solving for transformations minimizing weighted average of link penalties Generated from class MR.MultiwayAligningTransform. This is the non-const half of the class.
More...
|
| unsafe | MultiwayAligningTransform () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | MultiwayAligningTransform (MR._ByValue_MultiwayAligningTransform _other) |
| | Generated from constructor MR.MultiwayAligningTransform.MultiwayAligningTransform.
|
| unsafe | MultiwayAligningTransform (int numObjs) |
| | initializes internal data to start registering given number of objects Generated from constructor MR.MultiwayAligningTransform.MultiwayAligningTransform.
|
| unsafe MR.MultiwayAligningTransform | assign (MR._ByValue_MultiwayAligningTransform _other) |
| | Generated from method MR::MultiwayAligningTransform::operator=.
|
| unsafe void | reset (int numObjs) |
| | reinitializes internal data to start registering given number of objects Generated from method MR.MultiwayAligningTransform.reset.
|
| unsafe void | add (int objA, in MR.Vector3d pA, int objB, in MR.Vector3d pB, double? w=null) |
| | appends a 3D link into consideration: one point (pA) from (objA), and the other point (pB) from (objB) with link penalty equal to weight (w) times squared distance between two points Generated from method MR.MultiwayAligningTransform.add. Parameter w defaults to 1.
|
| unsafe void | add (int objA, in MR.Vector3f pA, int objB, in MR.Vector3f pB, float? w=null) |
| | appends a 3D link into consideration: one point (pA) from (objA), and the other point (pB) from (objB) with link penalty equal to weight (w) times squared distance between two points Generated from method MR.MultiwayAligningTransform.add. Parameter w defaults to 1.
|
| unsafe void | add (int objA, in MR.Vector3d pA, int objB, in MR.Vector3d pB, in MR.Vector3d n, double? w=null) |
| | appends a 1D link into consideration: one point (pA) from (objA), and the other point (pB) from (objB) with link penalty equal to weight (w) times squared distance between their projections on given direction (n); for a point on last fixed object, it is equivalent to point-to-plane link with the plane through that fixed point with normal (n) Generated from method MR.MultiwayAligningTransform.add. Parameter w defaults to 1.
|
| unsafe void | add (int objA, in MR.Vector3f pA, int objB, in MR.Vector3f pB, in MR.Vector3f n, float? w=null) |
| | appends a 1D link into consideration: one point (pA) from (objA), and the other point (pB) from (objB) with link penalty equal to weight (w) times squared distance between their projections on given direction (n); for a point on last fixed object, it is equivalent to point-to-plane link with the plane through that fixed point with normal (n) Generated from method MR.MultiwayAligningTransform.add. Parameter w defaults to 1.
|
| unsafe void | add (MR.Const_MultiwayAligningTransform r) |
| | appends links accumulated in (r) into this Generated from method MR.MultiwayAligningTransform.add.
|
| virtual void | Dispose () |
| unsafe | Const_MultiwayAligningTransform () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_MultiwayAligningTransform (MR._ByValue_MultiwayAligningTransform _other) |
| | Generated from constructor MR.MultiwayAligningTransform.MultiwayAligningTransform.
|
| unsafe | Const_MultiwayAligningTransform (int numObjs) |
| | initializes internal data to start registering given number of objects Generated from constructor MR.MultiwayAligningTransform.MultiwayAligningTransform.
|
| unsafe MR.Std.Vector_MRRigidXf3d | solve (MR.MultiwayAligningTransform.Const_Stabilizer stab) |
| | finds the solution consisting of all objects transformations (numObj), that minimizes the summed weighted squared distance among accumulated links; the transform of the last object is always identity (it is fixed) Generated from method MR.MultiwayAligningTransform.solve.
|
| unsafe MR.Std.Vector_MRRigidXf3d | solve () |
| | Generated from method MR.MultiwayAligningTransform.solve.
|
This class can be used to solve the problem of multiple 3D objects alignment, by first collecting weighted links between pairs of points from different objects, and then solving for transformations minimizing weighted average of link penalties Generated from class MR.MultiwayAligningTransform. This is the non-const half of the class.