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 240 opencv-python issues
Sort by recently updated
recently updated
newest added

This PR relaxes the runtime numpy dependency to allow the latest released minor version (2.3.x). ~This follows the recommendations linked in https://github.com/opencv/opencv-python/pull/1119 (which added the runtime upper pin) and updates...

The rolling release automation for uploading new wheels to PyPI is failing due to its use of username/password authentication https://github.com/opencv/opencv-python/actions/runs/19187226321/job/54856865396 ``` ERROR HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/ Username/Password authentication is...

In doing an open source scan on the latest opencv 4.11.0.86 from pypi , [opencv-python-headless](https://pypi.org/project/opencv-python-headless/), the scanner detected FFmpeg with the following versions that have vulnerable versions with [CVE-2023-6605](https://nvd.nist.gov/vuln/detail/CVE-2023-6605): -...

Dear OpenCV Maintainers, I am writing to propose an enhancement to OpenCV’s color management capabilities: the integration of ICC v5 / iccMAX profile support. As imaging workflows increasingly rely on...

At present, I have an error when installing opencv-python in the ARM version of python 3.12, is there a WHL file or other installation method available?

Certain combinations of points for a thin plate spline transformation cause the transformed image to be one solid color. Removing the offending combination of points will cause the image to...

question

It seems that cv2.cuda.Filter is missing as a type. So are some cuda methods such as: - cv2.cuda.warpAffine - cv2.cuda.createMorphologyFilter

PR Description: * The adoption of Windows on ARM (WoA) devices is steadily increasing, yet many Python wheels are still not available for this platform. * GitHub Actions now offer...

SCA raises a high severity CVE for opencv and I can't see any issue related to that. OUT-OF-BOUNDS WRITE IN OPENCV-CONTRIB-PYTHON --> CVE-2019-9423 An update of `libpng` should fix it...

Hi all, Could someone please provide a clear walkthrough on how to set up a Windows build with GStreamer support, including what's required? I've followed several different instruction guides, but...