python: bindings loader package
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sun, 28 Oct 2018 13:32:27 +0000 (13:32 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Fri, 16 Nov 2018 00:51:16 +0000 (00:51 +0000)
commitce6acd3ecd655678c0cc05acec71d34e9975b100
tree548694448b2bfdf132cba37e16156062b9183032
parente5afa62c3d0f7457b4975d66b41637d5fbe4fd62
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
13 files changed:
CMakeLists.txt
cmake/OpenCVGenSetupVars.cmake
modules/python/CMakeLists.txt
modules/python/bindings/CMakeLists.txt
modules/python/common.cmake
modules/python/package/.gitignore [new file with mode: 0644]
modules/python/package/cv2/__init__.py [new file with mode: 0644]
modules/python/package/cv2/load_config_py2.py [new file with mode: 0644]
modules/python/package/cv2/load_config_py3.py [new file with mode: 0644]
modules/python/package/setup.py [new file with mode: 0644]
modules/python/package/template/config-x.y.py.in [new file with mode: 0644]
modules/python/package/template/config.py.in [new file with mode: 0644]
modules/python/python_loader.cmake [new file with mode: 0644]