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.
- Host: GitHub
- URL: https://github.com/waikato-datamining/shallowflow-cv2
- Owner: waikato-datamining
- License: mit
- Created: 2023-01-10T19:48:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T00:41:37.000Z (over 1 year ago)
- Last Synced: 2025-11-12T05:36:46.417Z (8 months ago)
- Topics: computer-vision, opencv, python3, workflow-engine
- Language: Python
- Homepage:
- Size: 6.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
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)