opencv/modules/python
Vadim Levin 3c89a28a06
Merge pull request #20611 from VadimLevin:dev/vlevin/pure-python-modules
* feat: OpenCV extension with pure Python modules

* feat: cv2 is now a Python package instead of extension module

Python package cv2 now can handle both Python and C extension modules
properly without additional "subfolders" like "_extra_py_code".

* feat: can call native function from its reimplementation in Python
2021-09-18 10:02:55 +03:00
..
bindings cmake: fix files order in Python bindings 2021-04-01 09:48:50 +00:00
package Merge pull request #20611 from VadimLevin:dev/vlevin/pure-python-modules 2021-09-18 10:02:55 +03:00
python2 python: support standalone Python bindings build 2018-06-07 15:16:39 +03:00
python3 Merge pull request #20611 from VadimLevin:dev/vlevin/pure-python-modules 2021-09-18 10:02:55 +03:00
src2 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-09-11 21:27:26 +00:00
test Merge pull request #20611 from VadimLevin:dev/vlevin/pure-python-modules 2021-09-18 10:02:55 +03:00
CMakeLists.txt cmake: fix missing project() warning in Python standalone builds 2020-03-12 14:29:31 +03:00
common.cmake Merge pull request #20611 from VadimLevin:dev/vlevin/pure-python-modules 2021-09-18 10:02:55 +03:00
python_loader.cmake Merge pull request #20611 from VadimLevin:dev/vlevin/pure-python-modules 2021-09-18 10:02:55 +03:00
standalone.cmake python: update CMake install rules 2019-03-15 13:11:00 +03:00