artec::sdk::algorithms::TexturizationSettings Struct Reference

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

Public Attributes

base::ScannerType scannerType
 Scanner type. More...
 
TexturizeType texturizeType
 Texturize type to use. More...
 
TexturizeResolution texturizeResolution
 Texturize output resolution (in pixel) More...
 
bool enableBackgroundSegmentation
 If true than enable background segmentation for input texture frames. More...
 
bool enableAmbientLightingCompensation
 If true then enable compensation of ambient light. More...
 
int atlasUnfoldingPolygonLimit
 
bool enableTextureInpainting
 Interpolate colors for empty texture areas. More...
 
bool useTextureNormalization
 Correct texture brightness for Artec scanners. More...
 
InputFilter inputFilterType
 Type of frames, which should be used by the algorithm. More...
 

Detailed Description

Definition at line 195 of file Algorithms.h.

Member Data Documentation

int artec::sdk::algorithms::TexturizationSettings::atlasUnfoldingPolygonLimit

Set the limit for number of polygons for mesh unfolding: 0 - disable simplification (unfold original mesh) N - reduce number of polygons to N, then make unfolding and re-project atlas to the original mesh

Definition at line 215 of file Algorithms.h.

bool artec::sdk::algorithms::TexturizationSettings::enableAmbientLightingCompensation

If true then enable compensation of ambient light.

Definition at line 210 of file Algorithms.h.

bool artec::sdk::algorithms::TexturizationSettings::enableBackgroundSegmentation

If true than enable background segmentation for input texture frames.

Definition at line 207 of file Algorithms.h.

bool artec::sdk::algorithms::TexturizationSettings::enableTextureInpainting

Interpolate colors for empty texture areas.

Definition at line 218 of file Algorithms.h.

InputFilter artec::sdk::algorithms::TexturizationSettings::inputFilterType

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

Definition at line 224 of file Algorithms.h.

base::ScannerType artec::sdk::algorithms::TexturizationSettings::scannerType

Scanner type.

Definition at line 198 of file Algorithms.h.

TexturizeResolution artec::sdk::algorithms::TexturizationSettings::texturizeResolution

Texturize output resolution (in pixel)

Definition at line 204 of file Algorithms.h.

TexturizeType artec::sdk::algorithms::TexturizationSettings::texturizeType

Texturize type to use.

Definition at line 201 of file Algorithms.h.

bool artec::sdk::algorithms::TexturizationSettings::useTextureNormalization

Correct texture brightness for Artec scanners.

Definition at line 221 of file Algorithms.h.


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