An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




# EventCV: Open source event-based computer vision library
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![PyPI - Version](https://img.shields.io/pypi/v/eventcv)
[![PyPI Downloads](https://img.shields.io/pypi/dm/eventcv.svg?label=PyPI%20downloads)](
https://pypi.org/project/eventcv/)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/eventcv.svg?label=Conda%20downloads)](
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.