opencv-python: https://pypi.org/project/opencv-python/
opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
Additionally, this release adds two new headless distributions. These distributions do not have GUI dependencies and are suitable for example for server environments.
opencv-python-headless: https://pypi.org/project/opencv-python-headless/
opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
Changelog:
- Build logic moved mostly to
setup.py
(#58), thanks to Ivan Pozdeev - Travis macOS build environment dropped to xcode7.3 to support older macOS version (#68), thanks to René Dudfield
- Dockerfiles for the extended manylinux images are now available in the opencv-python repository
- README partly rewritten
- FFmpeg now properly configured with libvpx (#86)
- other minor fixes and changes