Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
b
c
d
e
h
i
l
m
n
p
r
s
u
x
Typedefs
b
c
d
e
f
g
i
m
p
r
u
v
Enumerations
Enumerator
a
b
f
g
i
m
n
r
s
u
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
m
n
p
q
r
s
t
u
v
x
Enumerations
a
c
d
e
f
k
l
m
p
r
s
t
v
w
Enumerator
a
b
d
f
g
h
i
l
m
n
o
p
r
s
u
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
b
c
d
e
f
g
m
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
w
Typedefs
Enumerations
Enumerator
Macros
_
d
f
i
m
n
p
s
t
u
shared
depthai-shared
include
depthai-shared
properties
SpatialDetectionNetworkProperties.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// std
4
#include <vector>
5
6
// libraries
7
8
// project
9
#include "
DetectionNetworkProperties.hpp
"
10
#include "
depthai-shared/common/DetectionNetworkType.hpp
"
11
#include "
depthai-shared/common/optional.hpp
"
12
#include "
depthai-shared/datatype/RawSpatialLocationCalculatorConfig.hpp
"
13
14
namespace
dai
{
15
19
struct
SpatialDetectionNetworkProperties
:
PropertiesSerializable
<DetectionNetworkProperties, SpatialDetectionNetworkProperties> {
20
float
detectedBBScaleFactor
= 1.0;
21
SpatialLocationCalculatorConfigThresholds
depthThresholds
;
22
SpatialLocationCalculatorAlgorithm
calculationAlgorithm
=
SpatialLocationCalculatorAlgorithm::MEDIAN
;
23
std::int32_t
stepSize
=
SpatialLocationCalculatorConfigData::AUTO
;
24
};
25
26
DEPTHAI_SERIALIZE_EXT
(
SpatialDetectionNetworkProperties
,
27
blobSize,
28
blobUri,
29
numFrames,
30
numThreads,
31
numNCEPerThread,
32
parser,
33
detectedBBScaleFactor,
34
depthThresholds,
35
calculationAlgorithm,
36
stepSize
);
37
38
}
// namespace dai
dai::SpatialDetectionNetworkProperties
Definition:
SpatialDetectionNetworkProperties.hpp:19
optional.hpp
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
dai::SpatialLocationCalculatorConfigThresholds
Definition:
RawSpatialLocationCalculatorConfig.hpp:19
dai::SpatialDetectionNetworkProperties::depthThresholds
SpatialLocationCalculatorConfigThresholds depthThresholds
Definition:
SpatialDetectionNetworkProperties.hpp:21
dai::SpatialDetectionNetworkProperties::detectedBBScaleFactor
float detectedBBScaleFactor
Definition:
SpatialDetectionNetworkProperties.hpp:20
dai::SpatialLocationCalculatorConfigData::AUTO
static constexpr std::int32_t AUTO
Definition:
RawSpatialLocationCalculatorConfig.hpp:40
dai::SpatialDetectionNetworkProperties::calculationAlgorithm
SpatialLocationCalculatorAlgorithm calculationAlgorithm
Definition:
SpatialDetectionNetworkProperties.hpp:22
dai::SpatialLocationCalculatorAlgorithm::MEDIAN
@ MEDIAN
dai::SpatialDetectionNetworkProperties::stepSize
std::int32_t stepSize
Definition:
SpatialDetectionNetworkProperties.hpp:23
DetectionNetworkProperties.hpp
RawSpatialLocationCalculatorConfig.hpp
DetectionNetworkType.hpp
stepSize
static constexpr float stepSize
Definition:
mono_camera_control.cpp:16
dai::SpatialLocationCalculatorAlgorithm
SpatialLocationCalculatorAlgorithm
Definition:
RawSpatialLocationCalculatorConfig.hpp:36
dai::PropertiesSerializable
Serializable properties.
Definition:
Properties.hpp:16
dai
Definition:
CameraExposureOffset.hpp:6
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19