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. More...
 
float resolution
 Mesh resolution in millimeters. More...
 
float maxHoleRadius
 Maximum hole radius in millimeters. More...
 
bool removeTargets
 Remove targets from geometry. More...
 
float targetInnerSize
 Round type target - black circle diameter. More...
 
float targetOuterSize
 Round type target - white circle diameter. More...
 
bool generateNormals
 Calculate normals for created mesh. More...
 
InputFilter inputFilterType
 Type of frames, which should be used by the algorithm. More...
 

Detailed Description

Definition at line 71 of file Algorithms.h.

Member Data Documentation

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

Fill holes method type.

Definition at line 75 of file Algorithms.h.

PoissonFusionType artec::sdk::algorithms::PoissonFusionSettings::fusionType

Fusion type.

Definition at line 74 of file Algorithms.h.

bool artec::sdk::algorithms::PoissonFusionSettings::generateNormals

Calculate normals for created mesh.

Definition at line 81 of file Algorithms.h.

InputFilter artec::sdk::algorithms::PoissonFusionSettings::inputFilterType

Type of frames, which should be used by the algorithm.

Definition at line 82 of file Algorithms.h.

float artec::sdk::algorithms::PoissonFusionSettings::maxHoleRadius

Maximum hole radius in millimeters.

Definition at line 77 of file Algorithms.h.

bool artec::sdk::algorithms::PoissonFusionSettings::removeTargets

Remove targets from geometry.

Definition at line 78 of file Algorithms.h.

float artec::sdk::algorithms::PoissonFusionSettings::resolution

Mesh resolution in millimeters.

Definition at line 76 of file Algorithms.h.

base::ScannerType artec::sdk::algorithms::PoissonFusionSettings::scannerType

Scanner type.

Definition at line 73 of file Algorithms.h.

float artec::sdk::algorithms::PoissonFusionSettings::targetInnerSize

Round type target - black circle diameter.

Definition at line 79 of file Algorithms.h.

float artec::sdk::algorithms::PoissonFusionSettings::targetOuterSize

Round type target - white circle diameter.

Definition at line 80 of file Algorithms.h.


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