OpenEV
Extending OpenCV to event-based vision
Toggle main menu visibility
Loading...
Searching...
No Matches
evproc.hpp
Go to the documentation of this file.
1
7
#ifndef OPENEV_EVPROC_HPP
8
#define OPENEV_EVPROC_HPP
9
10
#include "
openev/evproc/filtering.hpp
"
11
#include "
openev/evproc/undistortion.hpp
"
12
#include "
openev/evproc/voting.hpp
"
13
14
namespace
{
15
inline
void
workaroundEvproc() {
16
(void)ev::USING_FILTERING_HPP;
17
(void)ev::USING_UNDISTORTION_HPP;
18
(void)ev::USING_VOTING_HPP;
19
}
20
}
// namespace
21
22
#endif
// OPENEV_EVPROC_HPP
filtering.hpp
Noise filters for event streams.
undistortion.hpp
Undistortion utilities.
voting.hpp
Bilinear voting utilities for event-based vision.
modules
evproc
include
openev
evproc.hpp
Generated by
1.17.0