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
10#include "openev/core/types.hpp"
11
12namespace {
13inline void workaround() {
14 (void)ev::USING_TYPES_HPP;
15 (void)ev::USING_MATRICES_HPP;
16}
17} // namespace
18
19#endif // OPENEV_CORE_HPP
Event-based matrix representations for accumulating events into spatial maps.
Basic event-based vision structures based on OpenCV components.