OpenEV
Extending OpenCV to event-based vision
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
13
14namespace {
15inline 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
2D histogram of events.
Event images.
Point cloud of events.
Time surface.