Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
776 views

Im trying to install this package using my windows 11 machine, python version 3.14.0 and pip version 25.3 and numpy 2.3.4 This is what I get: Installing build dependencies ... done Getting ...
Otávio Hoffmeister's user avatar
2 votes
0 answers
205 views

I'm using OpenCV-Python on Windows 11 to capture video from a USB camera for object detection tasks. However, I noticed that the camera’s frame rate is extremely low — maybe only about 1 FPS, even ...
Chiyu's user avatar
  • 37
1 vote
2 answers
138 views

I have a problem that I struggle with and cant seem to find a solution; I want to get the area of the contours I see in this image/video frame: The problem is the contour is cut off at the right as ...
Jakob Leboerg's user avatar
Tooling
0 votes
2 replies
83 views

PaddleSharp is used to find orientation and get text form image below: using Mat imgSrc = Mat.FromImageData(image); PaddleRotationDetector detector = new(RotationDetectionModel....
Andrus's user avatar
  • 28.2k
0 votes
0 answers
75 views

I have a problem with a little program Im making This is my program: #define PY_SSIZE_T_CLEAN #include <Python.h> int main() { Py_SetPythonHome(L"C:/Users/fxct/AppData/Local/Python/...
Farid's user avatar
  • 1
1 vote
0 answers
61 views

I'm trying to use OpenCV with PyQt5 on Linux, but encountering Qt compatibility issues. When I install opencv-python, I get Qt platform plugin errors that prevent the application from starting. When I ...
Ai KHMJ's user avatar
  • 11
0 votes
0 answers
40 views

I am trying to use PlantCV to track the growth of seedlings, I am currently trying to get it to work on a single seedling before scaling it to track the growth of multiple seedlings. After some image ...
Calvin Yong's user avatar
0 votes
0 answers
58 views

I would like to silence OpenCV errors that occur while attempting to read an image that it does not support, example HEIC. I have tried setting the OPENCV_LOG_LEVEL environment variable as well as the ...
dinika saxena's user avatar
0 votes
0 answers
25 views

I want to use opencv in node. Found @techstark/opencv-js and looks promising, but I cannot run even a simple example. I've installed the examples from https://github.com/TechStark/opencv-js-examples. ...
Gabriel Genellina's user avatar