Artec 3D Scanning SDK
2.0
|
Parameters for Fast fusion algorithm (algorithm quickly creates a simple model) More...
#include <artec/sdk/algorithms/Algorithms.h>
Public Attributes | |
base::ScannerType | scannerType |
Scanner type. More... | |
float | resolution |
Mesh resolution (in millimeters) is a step of grid which is used to reconstruct a polygonal model. More... | |
int | radius |
Radius(for Fast Fusion only) is a factor to define vicinity that algorithm takes into consideration when adding each new minimal space unit. More... | |
bool | generateNormals |
If true, then calculate normals for created mesh. More... | |
Parameters for Fast fusion algorithm (algorithm quickly creates a simple model)
Definition at line 50 of file Algorithms.h.
bool artec::sdk::algorithms::FastFusionSettings::generateNormals |
If true, then calculate normals for created mesh.
Definition at line 67 of file Algorithms.h.
int artec::sdk::algorithms::FastFusionSettings::radius |
Radius(for Fast Fusion only) is a factor to define vicinity that algorithm takes into consideration when adding each new minimal space unit.
Definition at line 64 of file Algorithms.h.
float artec::sdk::algorithms::FastFusionSettings::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. Resolution for data from EVA should be no less than 0.5 Resolution for data from Spider should be no less than 0.1 Resolution for data from L2 should be no less than 0.5
Definition at line 60 of file Algorithms.h.
base::ScannerType artec::sdk::algorithms::FastFusionSettings::scannerType |
Scanner type.
Definition at line 53 of file Algorithms.h.