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 More... | |
| int | trianglesStep |
| triangulation settings 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 |
| Maximal angle between plane of polygon and camera direction(in degrees) More... | |
Detailed Description
real-time decoding and triangulation settings
Definition at line 62 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 68 of file IScanner.h.
| bool artec::sdk::capturing::FrameProcessorDesc::interpolate |
Switch interpolation on/off.
Definition at line 69 of file IScanner.h.
| double artec::sdk::capturing::FrameProcessorDesc::maxAngle |
Maximal angle between plane of polygon and camera direction(in degrees)
Definition at line 71 of file IScanner.h.
| double artec::sdk::capturing::FrameProcessorDesc::maxInterpolatedLength |
Maximum size of holes to be interpolated (in mm)
Definition at line 70 of file IScanner.h.
| int artec::sdk::capturing::FrameProcessorDesc::minimumObjectSize |
decoder settings
Parameter for filtering triangles by patch size
Definition at line 65 of file IScanner.h.
| int artec::sdk::capturing::FrameProcessorDesc::trianglesStep |
The documentation for this struct was generated from the following file:
- artec/sdk/capturing/IScanner.h
