python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hough circle implementation using python without "opencv"
I'm trying to implement the Hough circle by using python without cv2 - ("OpenCV")
I have checked the python implementation of hough circles in "detectCircles" function in
https://g...

Protes
Votes: 0
Answers: 0
OpenCV: Hough Circles, trouble detecting object
I am a complete beginner when it comes to OpenCV, I have no clue where to start when trying to detect circles of a certain size, below is my current code (not much) along with the image I am trying to...
Ethan
Votes: 0
Answers: 1
How to draw a rectangle over a circle detected using Hough circle (without contours)?
I want to draw a rectangle over a circle which I obtained using the Hough circle function over a picture of a human eye. To draw a rectangle I need edge-x-coord, edge-y-coord, height and width as per ...
Sivadithiyan
Votes: 0
Answers: 1
Detect very small circle and get their information (Opencv)
I am trying to detect each small circle (it is the bead part of the radial tires from the cross-sectional image)located as shown in the image and get their information(optional). To improve the detect...
Yonas
Votes: 0
Answers: 1