opencv-python
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.
Hi! Thanks for the contribution! I am asking for the solution of the following issue! **System Description** Jetson Orin nano Ubuntu 20.04 Jetpack 5.1.4 (CUDA 11.4) OpenCV 4.5.5 (with CUDA)...
- Up-to-date: /home/opencv-python-headless-4.9.0.80/_skbuild/linux-riscv64-3.11/cmake-install/share/opencv4/lbpcascades/lbpcascade_silverware.xml Copying files from CMake output Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in main() File "/usr/local/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
I've written a program that must be GPL3-licensed (sadly), which uses this package, but is the Linux / MacOS distributions of this package incompatible with use by a GPL3-licensed library...
### Description When attempting to install `opencv-python-headless` for the version `4.10.0.84` or `84` using `pip install .` on Python 3.12 (specifically tested on `ppc64le` architecture), the installation fails with the...
Hello, I am trying to build opencv-python with GStreamer on Windows with custom CMAKE_ARGS. As Gstreamer was compiled with MSVC 2019 and I have Visual Studio 2022 (with MSVC 2019...
### Describe the feature and motivation Currently cv2.warpAffine supports only 1, 3 and 4 channels images, while for problems of medical or satellite imagery we may have any. Would be...
I think this is essential for people to know that python `3.13` wheels are provided pre-built by openCV. This should be added in #1074 but the author might have forgot...
This PR adds inline comments and documentation to the custom build backend logic that overrides "get_requires_for_build_wheel" using `setuptools`. The main goal is to make the code more understandable for future...
### Expected behaviour When I load a video like, cap = cv.VideoCapture('xx.avi') cap.isOpened() should return a True value ### Actual behaviour However cap.isOpened() always return a False value ### Steps...
**i have issuse security on opencv-python version 4.10.0.84** [CVE-2018-7712](https://www.cve.org/CVERecord?id=CVE-2018-7712) , [CVE-2018-7713](https://www.cve.org/CVERecord?id=CVE-2018-7713) I need help to fix the issue.  **I think issuse have only opencv-python version 3.4.1** 