OpenEV
Extending OpenCV to event-based vision
Loading...
Searching...
No Matches
core.hpp
Go to the documentation of this file.
1
6
#ifndef OPENEV_CORE_HPP
7
#define OPENEV_CORE_HPP
8
9
#include "
openev/core/matrices.hpp
"
10
#include "
openev/core/types.hpp
"
11
12
namespace
{
13
inline
void
workaround() {
14
(void)ev::USING_TYPES_HPP;
15
(void)ev::USING_MATRICES_HPP;
16
}
17
}
// namespace
18
19
#endif
// OPENEV_CORE_HPP
matrices.hpp
Event-based matrix representations for accumulating events into spatial maps.
types.hpp
Basic event-based vision structures based on OpenCV components.
modules
core
include
openev
core.hpp
Generated by
1.16.1