opencv-python
opencv-python copied to clipboard
Moved binary from the package root directory to python-X.Y
- Moved a binary (
.so/.pyd) fromcv2/folder in a package tocv2/python-X.Y. - Added an overwriting for
config.pyfile instead ofconfig-X.Y.py, because we have a proper path to our binary inconfig-X.Y.pyfile, butconfig.pydoesn't have a proper path to other binaries (e.g. the path is to/lib64in a docker container) - Added 3.4 branch for builds in Pull Requests in case of we have different
setup.pyfiles
I will update opencv submodule after merging https://github.com/opencv/opencv/pull/21209 to start actions.
Upd. Decided to keep imports for opencv-python in this repo.