Coverage for src/evutils/vis/reconstructor/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.15.1, created at 2026-07-18 05:24 +0000
« prev ^ index » next coverage.py v7.15.1, created at 2026-07-18 05:24 +0000
1"""Visualisation of event data.
3Turn events into viewable images: ``histogram`` renders accumulated
4polarity frames, and ``reconstructor`` provides image/video reconstruction
5backends (Metavision, RPG, E2VID).
6"""
8# from .rpg import RPG_Reconstructor
9# from .metavision import Metavision_Reconstructor
11# __all__ = ['RPG_Reconstructor', 'Metavision_Reconstructor']