evlib.representation.time_map¶
Time-map representation.
Classes
|
Create a time map of events. |
- class evlib.representation.time_map.TimeMap(image_shape, decay)¶
Create a time map of events. Adapted from: Lagorce, Xavier, et al. “Hots: a hierarchy of event-based time-surfaces for pattern recognition.” IEEE transactions on pattern analysis and machine intelligence 39.7 (2016): 1346-1359.
Note that this implementation is a “random access implementation” and does not hold a state.
- Parameters: