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 const half of the class.
More...
|
| class | _InOptConst_Stabilizer |
| | This is used for optional parameters of class Stabilizer with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Stabilizer. Usage:
|
| class | _InOptMut_Stabilizer |
| | This is used for optional parameters of class Stabilizer with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Stabilizer. Usage:
|
| struct | _Underlying |
| class | Const_Stabilizer |
| | small stabilizer allows one to convert the linear system from under-determined to determined (e.g. too few linearly independent pairs for some object); large stabilizer results in suboptimal found transformations (huge stabilizier => zero transforamtions) Generated from class MR.MultiwayAligningTransform.Stabilizer. This is the const half of the class. More...
|
| class | Stabilizer |
| | small stabilizer allows one to convert the linear system from under-determined to determined (e.g. too few linearly independent pairs for some object); large stabilizer results in suboptimal found transformations (huge stabilizier => zero transforamtions) Generated from class MR.MultiwayAligningTransform.Stabilizer. This is the non-const half of the class. More...
|
|
| virtual unsafe void | Dispose (bool disposing) |
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 const half of the class.
◆ Const_MultiwayAligningTransform() [1/3]
| unsafe MR.Const_MultiwayAligningTransform.Const_MultiwayAligningTransform |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_MultiwayAligningTransform() [2/3]
| unsafe MR.Const_MultiwayAligningTransform.Const_MultiwayAligningTransform |
( |
MR._ByValue_MultiwayAligningTransform | _other | ) |
|
|
inline |
◆ Const_MultiwayAligningTransform() [3/3]
| unsafe MR.Const_MultiwayAligningTransform.Const_MultiwayAligningTransform |
( |
int | numObjs | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Const_MultiwayAligningTransform.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_MultiwayAligningTransform.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ solve() [1/2]
| unsafe MR.Std.Vector_MRRigidXf3d MR.Const_MultiwayAligningTransform.solve |
( |
| ) |
|
|
inline |
◆ solve() [2/2]
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.
The documentation for this class was generated from the following file: