OpenEV
Extending OpenCV to event-based vision
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
13
14namespace {
15inline 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
Noise filters for event streams.
Undistortion utilities.
Bilinear voting utilities for event-based vision.