1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

python: bindings loader package

Configures and loads OpenCV bindings extension including 3rdparty dependencies

Based on running Python specify:
- configure PYTHON_PATH (via "sys.path")
- configure LD_LIBRARY_PATH / PATH
This commit is contained in:
Alexander Alekhin
2018-10-28 13:32:27 +00:00
parent e5afa62c3d
commit ce6acd3ecd
13 changed files with 301 additions and 27 deletions
+4
View File
@@ -0,0 +1,4 @@
__pycache__
*.pyc
*.egg-info
*dist