OpenEV
Extending OpenCV to event-based vision
Toggle main menu visibility
Loading...
Searching...
No Matches
voting.hpp
Go to the documentation of this file.
1
6
#ifndef OPENEV_EVPROC_VOTING_HPP
7
#define OPENEV_EVPROC_VOTING_HPP
8
9
#include "
openev/core/types.hpp
"
10
#include <array>
11
12
namespace
ev {
13
14
template
<
typename
T>
15
std::array<T, 4> bilinearVoting(
Event_<T>
event);
16
17
template
<
typename
T>
18
std::array<AugmentedEvent_<T>, 4> bilinearVoting(
AugmentedEvent_<T>
event);
19
20
}
// namespace ev
21
22
#endif
// OPENEV_EVPROC_VOTING_HPP
ev::AugmentedEvent_
This class extends Event to include: weigth, depth, and stereo.
Definition
types.hpp:267
ev::Event_
This class extends cv::Point_<T> for event data. For more information, please refer here.
Definition
types.hpp:77
types.hpp
Basic event-based vision structures based on OpenCV components.
modules
evproc
include
openev
evproc
voting.hpp
Generated by
1.17.0