Function caerPolarityEventGetY
Defined in File polarity.h
Function Documentation
-
static inline uint16_t caerPolarityEventGetY(caerPolarityEventConst event)
Get the Y (row) address for a change event, in pixels. The (0, 0) address is in the upper left corner, like in OpenCV/computer graphics.
- Parameters:
event – a valid PolarityEvent pointer. Cannot be NULL.
- Returns:
the event Y address.