https://github.com/data7expressions/py-expression-test-opencv
expression, parser, test , opencv
https://github.com/data7expressions/py-expression-test-opencv
Last synced: about 1 year ago
JSON representation
expression, parser, test , opencv
- Host: GitHub
- URL: https://github.com/data7expressions/py-expression-test-opencv
- Owner: data7expressions
- License: apache-2.0
- Created: 2021-04-03T08:51:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T21:14:34.000Z (about 5 years ago)
- Last Synced: 2025-02-03T20:50:30.124Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purpose
Run a test project for the py-expression library
# 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
python -m pip install -U py-expression-lib-opencv
```
# references:
- [py-expression pip](https://pypi.org/project/py-expression/)
- [py-expression-lib-opencv pip](https://pypi.org/project/py-expression-lib-opencv/)