Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
52
Andrey Senyaev
Fixed if condition for release job (#478)
disable Qt on macOS for now due to multiple issues
Merge branch 'feat/aarch64' into 3.4
Python 3.9 preparations
Update opencv to 4.5.2
wrong dir
fix line endings
.gitignore: Ignore cv2/version.py
update old repo url
Add GitHub actions setup for CI instead of Travis & Appveyour (where possible) (#470)
Add contributing guide [skip ci]
update OpenCV licensing
update README and licenses
multiple fixes
Merge branch 'master' of https://github.com/skvark/opencv-python
another fix for slashes
try to whitelist libxcb.so.1
make it possible to compile from sources against numpy on macOS aarch64 (#475)
initial manylinux2014 changes