#include <cstdint>#include <vector>#include "RawImgFrame.hpp"#include "depthai-shared/common/Rect.hpp"#include "depthai-shared/datatype/DatatypeEnum.hpp"#include "depthai-shared/datatype/RawBuffer.hpp"#include "depthai-shared/utility/Serialization.hpp"

Go to the source code of this file.
Classes | |
| struct | dai::RawSpatialLocationCalculatorConfig |
| RawSpatialLocation configuration structure. More... | |
| struct | dai::SpatialLocationCalculatorConfigData |
| SpatialLocation configuration data structure. More... | |
| struct | dai::SpatialLocationCalculatorConfigThresholds |
Namespaces | |
| dai | |
Functions | |
| dai::DEPTHAI_SERIALIZE_EXT (SpatialLocationCalculatorConfigData, roi, depthThresholds, calculationAlgorithm, stepSize) | |
| dai::DEPTHAI_SERIALIZE_EXT (SpatialLocationCalculatorConfigThresholds, lowerThreshold, upperThreshold) | |