aertb.core.types

class aertb.core.types.EvSample(label, name, events)

Bases: tuple

property events

Alias for field number 2

property label

Alias for field number 0

property name

Alias for field number 1

class aertb.core.types.Sample(group, name)

Bases: tuple

property group

Alias for field number 0

property name

Alias for field number 1

aertb.core.types.event_dtype = dtype([('x', '<u2'), ('y', '<u2'), ('ts', '<f4'), ('p', 'i1')])

default event type for structured np.arrays containing polarity events for sensor with size up to 65536x65536

aertb.core.types.stereo_event_dtype = dtype([('x', '<u2'), ('y', '<u2'), ('ts', '<f4'), ('p', 'i1'), ('x_', '<f4'), ('y_', '<f4'), ('z_', '<f4'), ('d_', '<f4')])

default event type for structured np.arrays containing stereo events