![]() |
OpenEV
Extending OpenCV to event-based vision
|
Public Member Functions | |
| void | updateStats (const Event &e) |
| Account for an event in the statistics reported by count() and duration(). | |
| CounterType | count () const |
| Number of events accounted for by updateStats() since the last resetStats(). | |
| TimeType | duration () const |
| Time elapsed between the first and the last event accounted for by updateStats(). | |
| void | resetStats () |
| Reset statistics (count, first timestamp, last timestamp). | |
| void | clear () |
| Reset all pixels. | |
|
inline |
Number of events accounted for by updateStats() since the last resetStats().
|
inline |
Time elapsed between the first and the last event accounted for by updateStats().
|
inline |
Account for an event in the statistics reported by count() and duration().
| e | Event to account for |