python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Close opencv contours
I would like to enclose the below contours. Does anyone have any suggestions?

Anh Nguyen
Votes: 0
Answers: 0
Python CV2: minAreaRect gives different results on the same image when rotated
today I stumbled upon a problem that gave me some headaches and I couldn't figure out a solution.
I want to find the borders of an image with opencv-python / cv2. This is my code:
(T, thresh) = cv2.th...
Wiseman
Votes: 0
Answers: 0
on Google Colab with pyhton: ValueError: not enough values to unpack (expected 3, got 2)
I am trying to read a GitHub repo that Detect "Car Number Plate" and I'm running it on google colab.
but I'm receiving this error when it tries to find contours:
ValueError: not enough valu...
Sina
Votes: 0
Answers: 1
Shape & color detection in python and opencv
i found this code on GitHub and it is a function that serves to find circles based on camera frames, yet my problem is that i would like to modify it so that i could choose which shape it has to find....
Didi
Votes: 0
Answers: 0