artec::sdk::algorithms::PoissonFusionSettings Struct Reference

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

Public Attributes

base::ScannerType scannerType
 Scanner type. More...
 
PoissonFusionType fusionType
 Fusion type. More...
 
FillHolesType fillType
 Fill holes method type: All or by radius. More...
 
float resolution
 
float maxHoleRadius
 Maximum hole radius in millimeters. More...
 
bool removeTargets
 If true than erase small embossings from the surface, where targets were stuck on. 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, which should be used by the algorithm. More...
 

Detailed Description

Definition at line 91 of file Algorithms.h.

Member Data Documentation

FillHolesType artec::sdk::algorithms::PoissonFusionSettings::fillType

Fill holes method type: All or by radius.

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, which should be used by the algorithm.

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 true than erase small embossings from the surface, where targets were stuck on.

Definition at line 110 of file Algorithms.h.

float artec::sdk::algorithms::PoissonFusionSettings::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.

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.


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