Function caerPolarityEventSetX
Defined in File polarity.h
Function Documentation
-
static inline void caerPolarityEventSetX(caerPolarityEvent event, uint16_t xAddress)
Set the X (column) 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.
xAddress – the event X address.