artec::sdk::algorithms::FastFusionSettings Struct Reference
#include <artec/sdk/algorithms/Algorithms.h>
Public Attributes | |
base::ScannerType | scannerType |
Scanner type. More... | |
float | resolution |
Mesh resolution (step size) More... | |
int | radius |
Averaging radius (in steps) More... | |
bool | generateNormals |
Calculate normals for created mesh. More... | |
Detailed Description
Definition at line 46 of file Algorithms.h.
Member Data Documentation
bool artec::sdk::algorithms::FastFusionSettings::generateNormals |
Calculate normals for created mesh.
Definition at line 51 of file Algorithms.h.
int artec::sdk::algorithms::FastFusionSettings::radius |
Averaging radius (in steps)
Definition at line 50 of file Algorithms.h.
float artec::sdk::algorithms::FastFusionSettings::resolution |
Mesh resolution (step size)
Definition at line 49 of file Algorithms.h.
base::ScannerType artec::sdk::algorithms::FastFusionSettings::scannerType |
Scanner type.
Definition at line 48 of file Algorithms.h.
The documentation for this struct was generated from the following file:
- artec/sdk/algorithms/Algorithms.h