opencv-python

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.

MIT License

Downloads
26.4M
Stars
4.2K
Committers
50

Bot releases are hidden (Show)

opencv-python - 3.3.1.11

Published by skvark almost 7 years ago

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:

Thanks to Samuel Bishop (https://github.com/skvark/opencv-python/pull/56), Jonathan Dekhtiar (https://github.com/skvark/opencv-python/pull/57) and Ivan Pozdeev (https://github.com/skvark/opencv-python/pull/55).

opencv-python - 3.3.0.10

Published by skvark about 7 years ago

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

Changes:

  • Linux and macOS wheels are now compiled with Qt 4.8.7. The necessary dependecies are embedded to the wheels. This should enable support for GUI features which means that e.g. cv2.imshow() works now.
opencv-python - 3.3.0.9

Published by skvark about 7 years ago

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

Changes:

  • OpenCV version updated to match the latest 3.3.0 release
  • Import logic changed so that some IDE's are able to autocomplete the cv2 module (e.g. PyCharm)
opencv-python - 3.2.0.8

Published by skvark about 7 years ago

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

Changes:

opencv-python - 3.2.0.7

Published by skvark over 7 years ago

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
opencv-python - 3.2.0.6

Published by skvark almost 8 years ago

OpenCV version updated to 3.2.0. Python 3.3 support dropped.

Build artifacts: https://pypi.python.org/pypi/opencv-python

opencv-python - 3.1.0.5

Published by skvark almost 8 years ago

Same as 3.1.0.4 but includes also Windows wheels 😅

opencv-python - 3.1.0.4

Published by skvark almost 8 years ago

  • adds support for Python 3.6 on all platforms
  • adds Python 3.4 support on Windows
  • excludes default build on Travis

Next release will be done with OpenCV version 3.2.0.

Note: Windows builds are missing due to a mistake on my side (ci skip tag :)), next release will have also Windows builds.

opencv-python - 3.1.0.3

Published by skvark about 8 years ago

This release adds FFmpeg to Windows wheels.

opencv-python - 3.1.0.2

Published by skvark about 8 years ago

  • adds wheel for python 3.5 on OS X
  • some cleaning in travis scripts
opencv-python - Bugfix release (3.1.0.1)

Published by skvark about 8 years ago

This release includes following fixes:

  • build folder is now deleted on Appveyor between wheel builds (previous release had unnecessary libs inside wheels)
  • numpy dependency is now numpy>=1.11.1 instead of numpy==1.11.1
opencv-python - First release to PyPI (3.1.0.0)

Published by skvark about 8 years ago

This is the fisrt release to the official Python package index. OpenCV can be finally installed for Python easily via pip.

Packages can be browsed at https://pypi.python.org/pypi/opencv-python.

I would like to thank @c-martinez for his contributions which enabled Linux and OS X builds.

In the future new releases will be made for each new OpenCV 3.x.x release. If there are bugs or feature requests or some other things to consider, please open new issue. Enjoy!