#include <RawSpatialLocationCalculatorConfig.hpp>
Public Attributes | |
uint32_t | lowerThreshold = 0 |
uint32_t | upperThreshold = 65535 |
SpatialLocation configuration thresholds structure
Contains configuration data for lower and upper threshold in depth units (millimeter by default) for ROI. Values outside of threshold range will be ignored when calculating spatial coordinates from depth map.
Definition at line 19 of file RawSpatialLocationCalculatorConfig.hpp.
uint32_t dai::SpatialLocationCalculatorConfigThresholds::lowerThreshold = 0 |
Values less or equal than this threshold are not taken into calculation.
Definition at line 23 of file RawSpatialLocationCalculatorConfig.hpp.
uint32_t dai::SpatialLocationCalculatorConfigThresholds::upperThreshold = 65535 |
Values greater or equal than this threshold are not taken into calculation.
Definition at line 27 of file RawSpatialLocationCalculatorConfig.hpp.