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

### Expected behaviour The idea is to use GStream with OpenCV to compress a video. ### Actual behaviour The code raises an error because of the pipeline ### Steps to...

### Expected behaviour The canny edge detector should yield very similar images when the blurred image has two different pixel extrapolation methods for the border, since only the border is...

### Expected behaviour I am using CUDA I have a Numpy array in np.float16 format, from a greyscale image, with dimensions of HEIGHT and WIDTH I am trying to scale...

Hello, I am trying to write some glue code for a third-party library. In the code, I need to return a data of type ```cv2.UMat```. Now I can use ```cv2.Mat(descs)```...

Problem Overview: I am developing an algorithm to detect the concentration of a chemical using the RGB values of a liquid placed in the center of an image. Over the...

question

I'm trying to make a face recognition with raspberrypi, and I have a code that opens a camera preview, so i can make infinite photos to make him learn. The...

The PyPI distribution of CMake shall not be listed as an unconditional build requirement. It shall only be added as a build requirement if not installed or too low a...

I want to install opencv-python version 3.3.1.11 or lower, what should I do? I tried to download the zip package, but it did not go well, executing python. \setup.py install...

Hello! Is there any plan of supporting Python3.13t (i.e. free-threaded Python)?

I am trying to cross-compile and create a wheel file for the aarch64 board. ` ``` sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu export CC=aarch64-linux-gnu-gcc export CXX=aarch64-linux-gnu-g++ export CMAKE_ARGS="-DWITH_GSTREAMER=ON -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DCMAKE_C_COMPILER=${CC}...