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

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

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/)