This class and its main method can be used to solve the problem of 3D shape alignment. This algorithm uses a point-to-plane error metric in which the object of minimization is the sum of the squared distance between a point and the tangent plane at its correspondence point. To use this technique it's need to have small rotation angles. So there is an approximate solution. The result of this algorithm is the transformation of first points (p1) which aligns it to the second ones (p2). Generated from class MR.PointToPlaneAligningTransform. This is the non-const half of the class.
More...
This class and its main method can be used to solve the problem of 3D shape alignment. This algorithm uses a point-to-plane error metric in which the object of minimization is the sum of the squared distance between a point and the tangent plane at its correspondence point. To use this technique it's need to have small rotation angles. So there is an approximate solution. The result of this algorithm is the transformation of first points (p1) which aligns it to the second ones (p2). Generated from class MR.PointToPlaneAligningTransform. This is the non-const half of the class.
◆ PointToPlaneAligningTransform() [1/3]
| unsafe MR.PointToPlaneAligningTransform.PointToPlaneAligningTransform |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ PointToPlaneAligningTransform() [2/3]
| unsafe MR.PointToPlaneAligningTransform.PointToPlaneAligningTransform |
( |
MR.Const_PointToPlaneAligningTransform | _other | ) |
|
|
inline |
Generated from constructor MR.PointToPlaneAligningTransform.PointToPlaneAligningTransform.
◆ PointToPlaneAligningTransform() [3/3]
Generated from constructor MR.PointToPlaneAligningTransform.PointToPlaneAligningTransform.
◆ add() [1/2]
◆ add() [2/2]
◆ assign()
Generated from method MR.PointToPlaneAligningTransform.operator=.
◆ clear()
| unsafe void MR.PointToPlaneAligningTransform.clear |
( |
| ) |
|
|
inline |
◆ prepare()
| unsafe void MR.PointToPlaneAligningTransform.prepare |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: