https://github.com/eventlab-team/eventcv
Open source event-based computer vision library.
https://github.com/eventlab-team/eventcv
computer-vision event-based-vision image-processing rust
Last synced: 1 day ago
JSON representation
Open source event-based computer vision library.
- Host: GitHub
- URL: https://github.com/eventlab-team/eventcv
- Owner: EventLAB-Team
- License: apache-2.0
- Created: 2026-06-10T14:01:50.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2026-07-04T00:13:23.000Z (2 days ago)
- Last Synced: 2026-07-04T01:12:51.150Z (2 days ago)
- Topics: computer-vision, event-based-vision, image-processing, rust
- Language: Rust
- Homepage:
- Size: 831 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# EventCV: Open source event-based computer vision library



[](
https://pypi.org/project/eventcv/)
[](
https://anaconda.org/conda-forge/eventcv)
EventCV is "OpenCV" for event-based data and computer vision applications.
## Resources
- **Documentation** - https://eventcv.readthedocs.io
- **Rust core API** - https://docs.rs/eventcv-core
## Installation
```console
# pip
pip install eventcv
# conda
conda install eventcv
# pixi
pixi add eventcv
```
## Contributing
EventCV is an open-sourced project for the event-based computer vision community. We welcome and appreciate contributions from users who would like to propose improvements or feature additions.
Please read the [contribution guidelines](https://github.com/EventLAB-Team/eventcv/blob/main/.github/CONTRIBUTING.md) for more details.