OpenEV
Extending OpenCV to event-based vision
 
Loading...
Searching...
No Matches
voting.hpp
1
6#ifndef OPENEV_EVPROC_VOTING_HPP
7#define OPENEV_EVPROC_VOTING_HPP
8
10
11namespace ev {
12inline std::array<double, 4> bilinearVoting(Event event);
13inline std::array<AugmentedEvent, 4> bilinearVoting(AugmentedEvent event);
14} // namespace ev
15
16#endif // OPENEV_EVPROC_VOTING_HPP
Basic event-based vision structures based on OpenCV components.
AugmentedEventi AugmentedEvent
Definition types.hpp:249
Eventi Event
Definition types.hpp:208