Skip to content

3.3.1.11

Compare
Choose a tag to compare
@skvark skvark released this 23 Dec 12:59
· 734 commits to 4.x since this release

opencv-python: https://pypi.python.org/pypi/opencv-python
opencv-contrib-python: https://pypi.python.org/pypi/opencv-contrib-python

This release bumps OpenCV version to 3.3.1 and closes some long standing issues, most notably video support for Linux and macOS.

Changes:

  • Linux and macOS wheels ship now with FFmpeg (#50, #49, #14)
  • Linux wheels ship with libjpeg-turbo (#52)
  • Haarcascade xml files ship with the package, their path can be accessed via cv2.data.haarcascades (#48)
  • Package metadata updated (#57)
  • __init__.py cleaned up (#55)

Thanks to Samuel Bishop (#56), Jonathan Dekhtiar (#57) and Ivan Pozdeev (#55).