Artec 3D Scanning SDK
2.0
|
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... | |
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.
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.