opencv-python icon indicating copy to clipboard operation
opencv-python copied to clipboard

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

Results 147 opencv-python issues
Sort by recently updated
recently updated
newest added

Hello ! I was experiencing with cv2.connectedComponents in python and with the connectivity argument (Wanted to use 4 instead of 8), and I faced a SegFault error when using this...

**This issue seems to be still not fixed?** https://github.com/opencv/opencv-python/issues/659 libbz2-a273e504.so.1.0.6 has 2 CVE [CVE-2019-12900](https://nvd.nist.gov/vuln/detail/CVE-2019-12900) [CVE-2016-3189](https://nvd.nist.gov/vuln/detail/CVE-2016-3189) installation method: pip install opencv-python get opencv_python-4.5.5.64-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

### The problem is: So I'm trying to install opencv-python on Alpine linux 3.12 that is running in a docker container. The installation process cannot complete. It fails with the...

question

Cherry-pick commits from https://github.com/opencv/opencv-python/pull/699 and https://github.com/opencv/opencv-python/pull/701.

I'm trying to use imwrite with change image quality and got an error here is my code: `if not cv2.imwrite(save_path, result_image, [cv2.IMWRITE_JPEG_QUALITY,75]): print('imwrite error')` and here is the error `...

### Expected behaviour if a é or similar char is in file name it should be able to handle it as normal ### Actual behaviour Write here what went wrong....

duplicate

Seeing a similar issue to https://github.com/opencv/opencv-python/issues/432 with opencv-python==4.6.0.66 packaged using pyinstaller==4.4. It works fine when running from source; the issue only occurs when packaged. opencv-python==4.5.5.64 works fine. My Env: Ubuntu...

duplicate

I've already asked this on other sources (such as Stackoverflow) without answer. Is there a Windows binaries build that includes `dc1394` for Python 3.8? The official `pip install opencv-python` version...

enhancement

### Expected behaviour With opencv-python-headless-4.5.5.64 I was able to import opencv module into Python alike: ``` from cv2 import ( cv2 ) ``` this way any related functionalities could be...

### Expected behaviour No recursion ### Actual behaviour `ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. ` ### Steps to reproduce 1. `pip install "opencv-python>=4.6"` (works with...

bug