opencv-python: https://pypi.python.org/pypi/opencv-python
opencv-contrib-python: https://pypi.python.org/pypi/opencv-contrib-python
If you wish to install OpenCV with contrib modules, use https://pypi.python.org/pypi/opencv-contrib-python. Remember to uninstall opencv-python
before installing opencv-contrib-python
.
Changes:
- Numpy requirements relaxed (thanks to Adrian Moisey)
- OpenCV contrib builds added to separate PyPI entry
Also thanks to these previous contributors which I haven't properly attributed:
- Jon Winsley for refactoring Appveyor scripts
- Anatoly Techtonik for adding FFmpeg support to Windows builds