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

Parameters for Small-object filter. More...

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

Public Attributes

base::ScannerType scannerType
 Scanner type. More...
 
SmallObjectsFilterType filterType
 Small-object filter type. More...
 
int filterThreshold
 Threshold is the maximum number of triangles for FilterByThreshold. More...
 

Detailed Description

Parameters for Small-object filter.

Algorithm erases small extraneous surfaces. Launch if after Fusion.

Definition at line 254 of file Algorithms.h.

Member Data Documentation

int artec::sdk::algorithms::SmallObjectsFilterSettings::filterThreshold

Threshold is the maximum number of triangles for FilterByThreshold.

Definition at line 263 of file Algorithms.h.

SmallObjectsFilterType artec::sdk::algorithms::SmallObjectsFilterSettings::filterType

Small-object filter type.

Definition at line 260 of file Algorithms.h.

base::ScannerType artec::sdk::algorithms::SmallObjectsFilterSettings::scannerType

Scanner type.

Definition at line 257 of file Algorithms.h.


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