artec::sdk::algorithms::FastFusionSettings Struct Reference

Parameters for fast fusion algorithm. More...

#include <artec/sdk/algorithms/Algorithms.h>

Public Attributes

base::ScannerType scannerType
 Scanner type. More...
 
float resolution
 
int radius
 
bool generateNormals
 If true then calculate normals for created mesh. More...
 

Detailed Description

Parameters for fast fusion algorithm.

Definition at line 50 of file Algorithms.h.

Member Data Documentation

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 ) - 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) - 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 in. EVA resolution should be no less than 0.4 Spider resolution should be no less than 0.1 L2 resolution 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.


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