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

https://github.com/waikato-datamining/shallowflow-cv2

OpenCV2 components for the shallowflow Python workflow system.
https://github.com/waikato-datamining/shallowflow-cv2

computer-vision opencv python3 workflow-engine

Last synced: 3 months ago
JSON representation

OpenCV2 components for the shallowflow Python workflow system.

Awesome Lists containing this project

README

          

# shallowflow-cv2
Imaging components using [OpenCV2](https://github.com/opencv/opencv-python) for shallowflow.

## Installation

Install via pip:

```bash
pip install "git+https://github.com/waikato-datamining/shallowflow-cv2.git"
```

## Classes

[Documentation](docs/README.md)

## Examples

* [extract video frames](examples/extract_video_frames.py)