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

If it's possible, this would simplify installation (outside of full conda env or root apt permissions) of the shared libraries / headers in non-root environments. There was some previous discussion...

Issue Description: When attempting to run my code, I encountered an error due to my PC's username containing the letter "ı". Unfortunately, the library does not accept this character, resulting...

duplicate

### Expected behaviour In [alpine pkg](https://pkgs.alpinelinux.org/packages), I can only search for the complete build package of `py3-opencv`. Hope to provide `headless` build package. ### My dockerfile for reference ```dockerfile FROM...

Tries to address https://github.com/opencv/opencv-python/issues/825

### Actual behaviour opencv version 4.4.0 seams to be still ok, but somewhere for later versions mouse reading coordinates seems to be off, is that true? Not sure what version...

### Expected behaviour I want to install this package by `conda install ...`, for better dependencies management. Due to [pylance #2044](https://github.com/microsoft/pylance-release/issues/2044), vscode cannot enable auto-complete or other lsp features if...

### Expected behaviour I expected OpenCV's python API to install. I have used the same proceedure in numerous conda environments & have never had a problem like this. In fact...

For those unfamiliar with OpenCV (particularly OpenCV Python), I have added a brief introduction to provide an overview of what OpenCV is about. The current README jumps straight into installation...

### Expected behaviour I am trying to follow the [instructions](https://github.com/opencv/opencv-python#manual-builds) to build wheels for an armv7 device. ### Actual behaviour The build fails at the stage of building wheels for...

question

### Expected behaviour When I ran ``` $ pip-audit -r /path/to/requirements.txt ``` where the `requirements.txt` has dependency on the latest version of `opencv-python` ``` opencv-python==4.7.0.72 ``` , no error is...