Struct SpatialLocationCalculatorConfigData
Defined in File SpatialLocationCalculatorConfig.hpp
Struct Documentation
-
struct SpatialLocationCalculatorConfigData
SpatialLocation configuration data structure.
Public Members
-
SpatialLocationCalculatorConfigThresholds depthThresholds
Upper and lower thresholds for depth values to take into consideration.
-
SpatialLocationCalculatorAlgorithm calculationAlgorithm = SpatialLocationCalculatorAlgorithm::MEDIAN
Calculation method used to obtain spatial locations Average/mean: the average of ROI is used for calculation. Min: the minimum value inside ROI is used for calculation. Max: the maximum value inside ROI is used for calculation. Mode: the most frequent value inside ROI is used for calculation. Median: the median value inside ROI is used for calculation. Default: median.
Public Static Attributes
-
static constexpr std::int32_t AUTO = -1
-
SpatialLocationCalculatorConfigThresholds depthThresholds