Artec 3D Scanning SDK  2.0
Public Attributes | List of all members
artec::sdk::capturing::FrameProcessorDesc Struct Reference

Real-time decoding and triangulation settings. More...

#include <artec/sdk/capturing/IScanner.h>

Public Attributes

int minimumObjectSize
 Decoder settings. Parameter for filtering triangles by patch size. More...
 
int trianglesStep
 Triangulation settings. Frame-mesh point density. More...
 
double edgeLengthThreshold
 Threshold for filtering triangles by edge length (in mm) More...
 
bool interpolate
 Switch interpolation on/off. More...
 
double maxInterpolatedLength
 Maximum size of holes to be interpolated (in mm) More...
 
double maxAngle
 Maximum angle between plane of polygon and camera direction (in degrees) More...
 

Detailed Description

Real-time decoding and triangulation settings.

Definition at line 86 of file IScanner.h.

Member Data Documentation

double artec::sdk::capturing::FrameProcessorDesc::edgeLengthThreshold

Threshold for filtering triangles by edge length (in mm)

Definition at line 90 of file IScanner.h.

bool artec::sdk::capturing::FrameProcessorDesc::interpolate

Switch interpolation on/off.

Definition at line 91 of file IScanner.h.

double artec::sdk::capturing::FrameProcessorDesc::maxAngle

Maximum angle between plane of polygon and camera direction (in degrees)

Definition at line 93 of file IScanner.h.

double artec::sdk::capturing::FrameProcessorDesc::maxInterpolatedLength

Maximum size of holes to be interpolated (in mm)

Definition at line 92 of file IScanner.h.

int artec::sdk::capturing::FrameProcessorDesc::minimumObjectSize

Decoder settings. Parameter for filtering triangles by patch size.

Definition at line 88 of file IScanner.h.

int artec::sdk::capturing::FrameProcessorDesc::trianglesStep

Triangulation settings. Frame-mesh point density.

Definition at line 89 of file IScanner.h.


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