OpenEV
Extending OpenCV to event-based vision
 
Loading...
Searching...
No Matches
openev.hpp
Go to the documentation of this file.
1
6
7#ifndef OPENEV_OPENEV_HPP
8#define OPENEV_OPENEV_HPP
9
10#include "openev/options.hpp"
11
12#if OE_HAVE_MODULE_ALGORITHMS
13#include "openev/algorithms.hpp"
14#endif // OE_HAVE_MODULE_ALGORITHMS
15
16#if OE_HAVE_MODULE_CONTAINERS
17#include "openev/containers.hpp"
18#endif // OE_HAVE_MODULE_CONTAINERS
19
20#if OE_HAVE_MODULE_CORE
21#include "openev/core.hpp"
22#endif // OE_HAVE_MODULE_CORE
23
24#if OE_HAVE_MODULE_DEVICES
25#include "openev/devices.hpp"
26#endif // OE_HAVE_MODULE_DEVICES
27
28#if OE_HAVE_MODULE_READERS
29#include "openev/readers.hpp"
30#endif // OE_HAVE_MODULE_READERS
31
32#if OE_HAVE_MODULE_REPRESENTATIONS
34#endif // OE_HAVE_MODULE_REPRESENTATIONS
35
36#if OE_HAVE_MODULE_UTILS
37#include "openev/utils.hpp"
38#endif // OE_HAVE_MODULE_UTILS
39
40#endif // OPENEV_OPENEV_HPP
Include all the OpenEV algorithms module.
Include all the OpenEV containers module.
Include all the OpenEV core module.
Include all the OpenEV devices module.
OpenEV compilation options.
Include all the OpenEV readers module.
Include all the OpenEV representations module.
Include all the OpenEV utils module.