Alexander Alekhin
|
1b3e0b27af
|
cmake: fix files order in Python bindings
- with changes backport from 4.x
|
4 years ago |
Alexander Alekhin
|
b31ce408ae
|
cmake: fix processing order of <wrapper>_bindings_generator
- ensure that wrapped modules are already processed
|
4 years ago |
Maksim Shabunin
|
10d61a2b44
|
Limited API support for Python3
|
6 years ago |
Alexander Alekhin
|
f5b58e5fc9
|
bindings: backport generator from OpenCV 4.x
- better handling of enum arguments
- less merge conflicts
|
6 years ago |
Alexander Alekhin
|
ce6acd3ecd
|
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
|
6 years ago |
Maksim Shabunin
|
0aded5aae6
|
cmake: fixed builds in directories containing plus sign
|
6 years ago |
Alexander Alekhin
|
dd7f88bd68
|
python: support standalone Python bindings build
- requires OpenCV source directory
- requires OpenCV binary directory with built modules and 'python_bindings_generator' target
|
7 years ago |
Alexander Alekhin
|
01f4a173ab
|
opencv_version: dump OpenCL information via opencv_version
fix missing "opencv2/core/opencl" headers from core module (updated install list)
|
7 years ago |
Alexander Alekhin
|
59c6661db0
|
cmake: eliminate ninja generator warning (CMake 3.10), refactor code
|
7 years ago |
Alexander Alekhin
|
ea5a3e557f
|
python: filter modules headers (from <module>/include directory)
|
7 years ago |
Alexander Alekhin
|
361bb1197f
|
cmake: fix opencv_world build with contrib
|
7 years ago |
Alexander Alekhin
|
768f4cb7bc
|
python: 'sub-module' for binding sources and documentation meta information
|
7 years ago |