MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_MultiwayAligningTransform Class Reference

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...

+ Inheritance diagram for MR.Const_MultiwayAligningTransform:

Classes

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: More...
 
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: More...
 
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...
 

Public Member Functions

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.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_MultiwayAligningTransform >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_MultiwayAligningTransform >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Detailed Description

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.


The documentation for this class was generated from the following file: