DAVID4 SDK
1.8.7
|
Extended parameters for result filtering. More...
#include <StructuredLightScannerD4Lib.h>
Public Member Functions | |
ResultFilteringParamsEx () | |
Constructor. | |
Public Attributes | |
float | qualityCheck |
Quality threshold for 3D data [0,1]. | |
bool | backgroundRemovalEnabled |
Background Removal enabled (true/false). | |
float | backgroundRemovalEpsilon |
Epsilon for Background Removal. | |
int | minContrast |
Minimum required contrast (magnitude of amplitude signal). Set to <= 0 in order to use default value (10). | |
float | minDepth |
Minimum depth value in [mm], as distance from camera's focal point. Has to be >= 0. | |
float | maxDepth |
Maximum depth value in [mm], as distance from camera's focal point. Has to be > 'minDepth'. | |
float | depthThres |
Neighbor pixels to a triangle will not be connected, if their difference in depth is larger than this value [mm]. | |
double | outlierRemoval |
Outlier filter [0,1]. 0=off. 1=remove all except the largest scan fragment. e.g. 0.1=remove all fragments that are smaller than 10% of the largest fragment. | |
Extended parameters for result filtering.
Definition at line 27 of file StructuredLightScannerD4Lib.h.