Go to the source code of this file.
Typedefs | |
| typedef enum MR_ICPMethod | MR_ICPMethod |
| The method how to update transformation from point pairs. | |
| typedef enum MR_ICPMode | MR_ICPMode |
| The group of transformations, each with its own degrees of freedom. | |
| typedef enum MR_ICPExitType | MR_ICPExitType |
Enumerations | |
| enum | MR_ICPMethod { MR_ICPMethod_Combined = 0 , MR_ICPMethod_PointToPoint = 1 , MR_ICPMethod_PointToPlane = 2 } |
| The method how to update transformation from point pairs. More... | |
| enum | MR_ICPMode { MR_ICPMode_RigidScale = 0 , MR_ICPMode_AnyRigidXf = 1 , MR_ICPMode_OrthogonalAxis = 2 , MR_ICPMode_FixedAxis = 3 , MR_ICPMode_TranslationOnly = 4 } |
| The group of transformations, each with its own degrees of freedom. More... | |
| enum | MR_ICPExitType { MR_ICPExitType_NotStarted = 0 , MR_ICPExitType_NotFoundSolution = 1 , MR_ICPExitType_MaxIterations = 2 , MR_ICPExitType_MaxBadIterations = 3 , MR_ICPExitType_StopMsdReached = 4 } |
| typedef enum MR_ICPExitType MR_ICPExitType |
| typedef enum MR_ICPMethod MR_ICPMethod |
The method how to update transformation from point pairs.
| typedef enum MR_ICPMode MR_ICPMode |
The group of transformations, each with its own degrees of freedom.
| enum MR_ICPExitType |
| enum MR_ICPMethod |
The method how to update transformation from point pairs.
| enum MR_ICPMode |
The group of transformations, each with its own degrees of freedom.