MeshLib C++ Docs
Loading...
Searching...
No Matches
MRICPEnums.h
Go to the documentation of this file.
1
#pragma once
2
namespace
MR
3
{
5
enum class
ICPMethod
6
{
7
Combined = 0,
8
PointToPoint = 1,
10
PointToPlane = 2
16
};
17
19
enum class
ICPMode
20
{
21
RigidScale,
22
AnyRigidXf,
23
OrthogonalAxis,
24
FixedAxis,
25
TranslationOnly
26
};
27
28
// types of exit conditions in calculation
29
enum class
ICPExitType {
30
NotStarted,
// calculation is not started yet
31
NotFoundSolution,
// solution not found in some iteration
32
MaxIterations,
// iteration limit reached
33
MaxBadIterations,
// limit of non-improvement iterations in a row reached
34
StopMsdReached
// stop mean square deviation reached
35
};
36
}
MR::ICPMode
ICPMode
MR::ICPMethod
ICPMethod
MR
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRMesh
MRICPEnums.h
Generated by
1.11.0