Artec 3D Scanning SDK
2.0
|
Parameters for Sharp/Smooth fusion algorithms. More...
#include <artec/sdk/algorithms/Algorithms.h>
Public Attributes | |
base::ScannerType | scannerType |
Scanner type. More... | |
PoissonFusionType | fusionType |
Fusion type. More... | |
FillHolesType | fillType |
Settle the algorithm to fill holes in the mesh being reconstructed (for PoissonFusion). More... | |
float | resolution |
Mesh resolution (in millimeters) is a step of grid which is used to reconstruct a polygonal model. More... | |
float | maxHoleRadius |
Maximum hole radius in millimeters. More... | |
bool | removeTargets |
If it is true, then erase small embossments from surfaces on which targets are placed. More... | |
float | targetInnerSize |
Round type target - black circle diameter (in millimeters) More... | |
float | targetOuterSize |
Round type target - white circle diameter (in millimeters) More... | |
bool | generateNormals |
If true, then calculate normals for created mesh. More... | |
InputFilter | inputFilterType |
Type of frames for algorithm to use. More... | |
Parameters for Sharp/Smooth fusion algorithms.
Definition at line 91 of file Algorithms.h.
FillHolesType artec::sdk::algorithms::PoissonFusionSettings::fillType |
Settle the algorithm to fill holes in the mesh being reconstructed (for PoissonFusion).
Definition at line 100 of file Algorithms.h.
PoissonFusionType artec::sdk::algorithms::PoissonFusionSettings::fusionType |
Fusion type.
Definition at line 97 of file Algorithms.h.
bool artec::sdk::algorithms::PoissonFusionSettings::generateNormals |
If true, then calculate normals for created mesh.
Definition at line 119 of file Algorithms.h.
InputFilter artec::sdk::algorithms::PoissonFusionSettings::inputFilterType |
Type of frames for algorithm to use.
Definition at line 122 of file Algorithms.h.
float artec::sdk::algorithms::PoissonFusionSettings::maxHoleRadius |
Maximum hole radius in millimeters.
Definition at line 107 of file Algorithms.h.
bool artec::sdk::algorithms::PoissonFusionSettings::removeTargets |
If it is true, then erase small embossments from surfaces on which targets are placed.
Definition at line 110 of file Algorithms.h.
float artec::sdk::algorithms::PoissonFusionSettings::resolution |
Mesh resolution (in millimeters) is a step of grid which is used to reconstruct a polygonal model.
Parameter defines the minimal space unit where the polygon of the model will be built.
Definition at line 104 of file Algorithms.h.
base::ScannerType artec::sdk::algorithms::PoissonFusionSettings::scannerType |
Scanner type.
Definition at line 94 of file Algorithms.h.
float artec::sdk::algorithms::PoissonFusionSettings::targetInnerSize |
Round type target - black circle diameter (in millimeters)
Definition at line 113 of file Algorithms.h.
float artec::sdk::algorithms::PoissonFusionSettings::targetOuterSize |
Round type target - white circle diameter (in millimeters)
Definition at line 116 of file Algorithms.h.