Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Event Vision Library documentation
Event Vision Library documentation
  • Usage
  • Reference
    • evlib.codec
      • evlib.codec.block_access
      • evlib.codec.fileformat
        • evlib.codec.fileformat.aedat
        • evlib.codec.fileformat.bin
        • evlib.codec.fileformat.conversion
        • evlib.codec.fileformat.evk
        • evlib.codec.fileformat.hdf5
        • evlib.codec.fileformat.npy
        • evlib.codec.fileformat.text
      • evlib.codec.iterator_access
    • evlib.dataloaders
      • evlib.dataloaders.utils
    • evlib.datasets
      • evlib.datasets.mvsec
    • evlib.types
      • evlib.types.raw_event
      • evlib.types.raw_events
    • evlib.utils
      • evlib.utils.basics
    • evlib.vis
      • evlib.vis.utils
      • evlib.vis.view2d
    • evlib.representation
      • evlib.representation.histogram
      • evlib.representation.time_map
      • evlib.representation.voxel_grid
    • evlib.preproc
      • evlib.preproc.hot_pixel
  • Contributor Guide
  • Code of Conduct
  • License
  • Changelog
Back to top
View this page

Reference¶

evlib¶

The library consists of several sub modules.

evlib.codec

Event data I/O

evlib.dataloaders

Low level data loaders for event camera datasets.

evlib.datasets

Dataset base classes for event camera datasets.

evlib.types

Custom data types.

evlib.utils

Various utility functions.

evlib.vis

Visualization module.

evlib.representation

Various representation of event data.

evlib.preproc

Pre-processing of event data, such as filters.

Next
evlib.codec
Previous
Usage
Copyright © 2023, Team evlib
Made with Sphinx and @pradyunsg's Furo
On this page
  • Reference
    • evlib