DAVID4 SDK
1.8.7
|
Parameter set for Global Fine Alignment, see IShapeFusion::AlignGlobalFine. More...
#include <IShapeFusion.h>
Public Member Functions | |
GlobalFineAlignParams () | |
Constructors: More... | |
Public Attributes | |
int | texturePercentage |
Percentage of texture influence on alignment. Only used if value is higher than 0. | |
int | numIterations |
Number of iterations to run (recommended: 20) | |
double | maxTranslation |
Maximum allowed drift[mm] of any mesh center (0 = no limit). Global Fine Alignment will not move any scan more than this. | |
double | maxRot_deg |
Maximum allowed rotation of any mesh in degree (0 = no limit). Global Fine Alignment will not rotate any scan more than this. | |
Parameter set for Global Fine Alignment, see IShapeFusion::AlignGlobalFine.
Definition at line 209 of file IShapeFusion.h.
david::GlobalFineAlignParams::GlobalFineAlignParams | ( | ) |
Constructors:
Standard constructor.