MeshLib C# Docs
Loading...
Searching...
No Matches
MRMultiwayAligningTransform.cs File Reference

Classes

class  MR
class  MR.Const_MultiwayAligningTransform
 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  MR.Const_MultiwayAligningTransform.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  MR.Const_MultiwayAligningTransform.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...
class  MR.MultiwayAligningTransform
 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...