|
| template<typename T> |
| Tb | insert (const Event_< T > &e) |
| | Insert an event, writing POSITIVE or NEGATIVE at (e.x, e.y) based on e.p.
|
| template<typename T> |
| Tb | emplace (const T x, const T y, const bool p) |
| | Write polarity p at (x, y) without constructing an Event_.
|
|
void | updateStats (const Event &e) |
|
CounterType | count () const |
|
TimeType | duration () const |
|
void | resetStats () |
| | Reset statistics (count, first timestamp, last timestamp).
|
|
void | clear () |
| | Reset all pixels.
|
template<typename Tb>
class ev::Mat::Ternary_< Tb >
Spatial map encoding event polarity at each pixel.
Positive-polarity events set the pixel to POSITIVE; negative-polarity events set it to NEGATIVE. Pixels with no events remain at ZERO. Only the last inserted polarity per pixel is retained.
The following alias is defined for convenience:
Spatial map encoding event polarity at each pixel.
Definition matrices.hpp:148