evlib.codec.fileformat.bin

Bin format. Used in N-Caltech101, N-cars.

Classes

IteratorBin(binfile)

IteratorBinEvent(binfile)

class evlib.codec.fileformat.bin.IteratorBin(binfile)
Parameters:

binfile (str)

FORMAT = 'bin'
read_ev_file()
Return type:

ndarray

__next__()
Return type:

Any

class evlib.codec.fileformat.bin.IteratorBinEvent(binfile)
Parameters:

binfile (str)

__next__()
Returns:

events

Return type:

RawEvents

FORMAT = 'bin'
read_ev_file()
Return type:

ndarray