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

Parameters for Outlier removal algorithm designed to erases small extraneous surfaces. More...

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

Public Attributes

base::ScannerType scannerType
 Scanner type. More...
 
float standardDeviationMultiplier
 Standard deviation multiplier. More...
 
float resolution
 Marching cube resolution (in millimeters). More...
 

Detailed Description

Parameters for Outlier removal algorithm designed to erases small extraneous surfaces.

Use either this algorithm or the Small-object filter. Also watch the order.

Definition at line 367 of file Algorithms.h.

Member Data Documentation

float artec::sdk::algorithms::OutliersRemovalSettings::resolution

Marching cube resolution (in millimeters).

Definition at line 376 of file Algorithms.h.

base::ScannerType artec::sdk::algorithms::OutliersRemovalSettings::scannerType

Scanner type.

Definition at line 370 of file Algorithms.h.

float artec::sdk::algorithms::OutliersRemovalSettings::standardDeviationMultiplier

Standard deviation multiplier.

Definition at line 373 of file Algorithms.h.


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