DetectionParserProperties.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 
10 
11 namespace dai {
12 
16 struct DetectionParserProperties : PropertiesSerializable<Properties, DetectionParserProperties> {
18  int numFramesPool = 8;
19 
21  std::unordered_map<std::string, TensorInfo> networkInputs;
22 
25 };
26 
27 DEPTHAI_SERIALIZE_EXT(DetectionParserProperties, numFramesPool, networkInputs, parser);
28 
29 } // namespace dai
optional.hpp
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
dai::DetectionParserProperties::parser
DetectionParserOptions parser
Options for parser.
Definition: DetectionParserProperties.hpp:24
RawEdgeDetectorConfig.hpp
DetectionParserOptions.hpp
dai::DetectionParserOptions
Definition: DetectionParserOptions.hpp:13
dai::DetectionParserProperties::numFramesPool
int numFramesPool
Num frames in output pool.
Definition: DetectionParserProperties.hpp:18
Properties.hpp
dai::DetectionParserProperties::networkInputs
std::unordered_map< std::string, TensorInfo > networkInputs
Network inputs.
Definition: DetectionParserProperties.hpp:21
dai::DetectionParserProperties
Definition: DetectionParserProperties.hpp:16
dai::PropertiesSerializable
Serializable properties.
Definition: Properties.hpp:16
dai
Definition: CameraExposureOffset.hpp:6
TensorInfo.hpp


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19