OpenEV
Extending OpenCV to event-based vision
Toggle main menu visibility
Loading...
Searching...
No Matches
representations.hpp
Go to the documentation of this file.
1
6
#ifndef OPENEV_REPRESENTATIONS_HPP
7
#define OPENEV_REPRESENTATIONS_HPP
8
9
#include "
openev/representations/event-histogram.hpp
"
10
#include "
openev/representations/event-image.hpp
"
11
#include "
openev/representations/point-cloud.hpp
"
12
#include "
openev/representations/time-surface.hpp
"
13
14
namespace
{
15
inline
void
workaroundRepresentations() {
16
(void)ev::USING_EVENT_HISTOGRAM_HPP;
17
(void)ev::USING_EVENT_IMAGE_HPP;
18
(void)ev::USING_POINT_CLOUD_HPP;
19
(void)ev::USING_TIME_SURFACE_HPP;
20
}
21
}
// namespace
22
23
#endif
// OPENEV_REPRESENTATIONS_HPP
event-histogram.hpp
2D histogram of events.
event-image.hpp
Event images.
point-cloud.hpp
Point cloud of events.
time-surface.hpp
Time surface.
modules
representations
include
openev
representations.hpp
Generated by
1.17.0