DAVID4 SDK  1.8.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
david::FineAlignParams Struct Reference

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.
 

Detailed Description

Parameter set for Fine Alignment, see IShapeFusion::AlignPairFine.

Examples:
SimpleMeshComparison.cpp, and SimpleShapeFusion.cpp.

Definition at line 196 of file IShapeFusion.h.


The documentation for this struct was generated from the following file: