https://github.com/data7expressions/py-expression-lib-opencv
expression, parser, lib, opencv
https://github.com/data7expressions/py-expression-lib-opencv
Last synced: about 2 months ago
JSON representation
expression, parser, lib, opencv
- Host: GitHub
- URL: https://github.com/data7expressions/py-expression-lib-opencv
- Owner: data7expressions
- License: apache-2.0
- Created: 2021-04-04T00:39:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-14T00:53:29.000Z (about 5 years ago)
- Last Synced: 2025-08-18T01:50:24.887Z (10 months ago)
- Language: Python
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purpose
Extend the expression library by adding enums and related functions to opencv
# Description
In this project, the expression library and an opencv library that adds enums and functions is used to execute multi-line expressions that transform an image
# Install
```
python -m pip install -U pip
python -m pip install -U py-expression
```
# References:
- [py-expression pip](https://pypi.org/project/py-expression/)