shared
depthai-shared
include
depthai-shared
properties
DetectionNetworkProperties.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// std
4
#include <vector>
5
6
// project
7
#include "
NeuralNetworkProperties.hpp
"
8
#include "
depthai-shared/common/DetectionParserOptions.hpp
"
9
#include "
depthai-shared/common/optional.hpp
"
10
11
namespace
dai
{
12
16
struct
DetectionNetworkProperties
:
PropertiesSerializable
<NeuralNetworkProperties, DetectionNetworkProperties> {
17
DetectionParserOptions
parser
;
18
};
19
20
DEPTHAI_SERIALIZE_EXT
(
DetectionNetworkProperties
, blobSize, blobUri, numFrames, numThreads, numNCEPerThread, parser);
21
22
}
// namespace dai
optional.hpp
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
DetectionParserOptions.hpp
dai::DetectionParserOptions
Definition:
DetectionParserOptions.hpp:13
dai::DetectionNetworkProperties::parser
DetectionParserOptions parser
Definition:
DetectionNetworkProperties.hpp:17
dai::DetectionNetworkProperties
Definition:
DetectionNetworkProperties.hpp:16
dai::PropertiesSerializable
Serializable properties.
Definition:
Properties.hpp:16
dai
Definition:
CameraExposureOffset.hpp:6
NeuralNetworkProperties.hpp
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19