Function caerFrameEventGetPixelForChannelUnsafe

Function Documentation

static inline uint16_t caerFrameEventGetPixelForChannelUnsafe(caerFrameEventConst event, int32_t xAddress, int32_t yAddress, uint8_t channel)

Get the pixel value at the specified (X, Y) address, taking into account the specified channel. No checks on (X, Y) and the channel number are performed! The (0, 0) pixel is in the upper left corner, like in OpenCV/computer graphics.

Parameters:
  • event – a valid FrameEvent pointer. Cannot be NULL.

  • xAddress – X address value (unchecked).

  • yAddress – Y address value (unchecked).

  • channel – the channel number (unchecked).

Returns:

pixel value (normalized to 16 bit depth).