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
include
depthai
pipeline
datatype
EdgeDetectorConfig.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <unordered_map>
4
#include <vector>
5
6
#include "
depthai-shared/datatype/RawEdgeDetectorConfig.hpp
"
7
#include "
depthai/pipeline/datatype/Buffer.hpp
"
8
9
namespace
dai
{
10
14
class
EdgeDetectorConfig
:
public
Buffer
{
15
std::shared_ptr<RawBuffer>
serialize
()
const override
;
16
RawEdgeDetectorConfig
&
cfg
;
17
18
public
:
22
EdgeDetectorConfig
();
23
explicit
EdgeDetectorConfig
(std::shared_ptr<RawEdgeDetectorConfig> ptr);
24
virtual
~EdgeDetectorConfig
() =
default
;
25
31
void
setSobelFilterKernels
(
const
std::vector<std::vector<int>>& horizontalKernel,
const
std::vector<std::vector<int>>& verticalKernel);
32
37
EdgeDetectorConfigData
getConfigData
()
const
;
38
43
EdgeDetectorConfig
&
set
(
dai::RawEdgeDetectorConfig
config);
44
49
dai::RawEdgeDetectorConfig
get
()
const
;
50
};
51
52
}
// namespace dai
dai::EdgeDetectorConfig::getConfigData
EdgeDetectorConfigData getConfigData() const
Definition:
EdgeDetectorConfig.cpp:18
dai::EdgeDetectorConfigData
EdgeDetectorConfigData configuration data structure.
Definition:
RawEdgeDetectorConfig.hpp:14
dai::EdgeDetectorConfig::setSobelFilterKernels
void setSobelFilterKernels(const std::vector< std::vector< int >> &horizontalKernel, const std::vector< std::vector< int >> &verticalKernel)
Definition:
EdgeDetectorConfig.cpp:13
dai::EdgeDetectorConfig
Definition:
EdgeDetectorConfig.hpp:14
dai::EdgeDetectorConfig::EdgeDetectorConfig
EdgeDetectorConfig()
Definition:
EdgeDetectorConfig.cpp:9
RawEdgeDetectorConfig.hpp
dai::RawEdgeDetectorConfig
RawEdgeDetectorConfig configuration structure.
Definition:
RawEdgeDetectorConfig.hpp:31
dai::EdgeDetectorConfig::set
EdgeDetectorConfig & set(dai::RawEdgeDetectorConfig config)
Definition:
EdgeDetectorConfig.cpp:26
dai::Buffer
Base message - buffer of binary data.
Definition:
Buffer.hpp:13
dai::EdgeDetectorConfig::get
dai::RawEdgeDetectorConfig get() const
Definition:
EdgeDetectorConfig.cpp:22
dai::EdgeDetectorConfig::serialize
std::shared_ptr< RawBuffer > serialize() const override
Definition:
EdgeDetectorConfig.cpp:5
dai::EdgeDetectorConfig::~EdgeDetectorConfig
virtual ~EdgeDetectorConfig()=default
Buffer.hpp
dai
Definition:
CameraExposureOffset.hpp:6
dai::EdgeDetectorConfig::cfg
RawEdgeDetectorConfig & cfg
Definition:
EdgeDetectorConfig.hpp:16
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19