DAVID4 SDK
1.8.7
|
Parameter set for Fine Alignment, see IShapeFusion::AlignPairFine. More...
#include <IShapeFusion.h>
Public Member Functions | |
FineAlignParams (int maxNumIterations=100, int texturePercentage=0, double maxTranslation=0, double maxRot_deg=0) | |
Constructors: | |
Public Attributes | |
int | maxNumIterations |
Number of iterations to run maximally (recommended: 100) | |
int | texturePercentage |
Percentage of texture influence on alignment. Only used if value is higher than 0. | |
double | maxTranslation |
Maximum allowed drift[mm] of mesh center (0 = no limit). Alignment will stop when this limit is reached. | |
double | maxRot_deg |
Maximum allowed rotation of mesh in degree (0 = no limit). Alignment will stop when this limit is reached. | |
Parameter set for Fine Alignment, see IShapeFusion::AlignPairFine.
Definition at line 196 of file IShapeFusion.h.