tonic.functional.decimate#

Module Contents#

Functions#

decimate_numpy(events, n)

Returns 1/n events for each pixel location.

tonic.functional.decimate.decimate_numpy(events: numpy.ndarray, n: int)[source]#

Returns 1/n events for each pixel location.

Parameters:
  • events (numpy.ndarray) – structured numpy array of events

  • n (int) – filter rate