Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How does the minimum distance for Houghcircles work?

I'm using openCV to detect circles generated by me. But while setting the parameters right I get alot of overlapping circles drawn. I've set minDist to everything but it will not work.

circles = cv2.HoughCircles(image,3,cv2.HOUGH_GRADIENT,1,minDist=50,param1=800,param2=20,minRadius=0,maxRadius=25)

How does the minimum distance for Houghcircles work?

I'm using openCV to detect circles generated by me. But while setting the parameters right I get alot of overlapping circles drawn. I've set minDist to everything but it will not work.

circles = cv2.HoughCircles(image,3,cv2.HOUGH_GRADIENT,1,minDist=50,param1=800,param2=20,minRadius=0,maxRadius=25)

cv2.HoughCircles(image,3,cv2.HOUGH_GRADIENT,1,minDist=50,param1=800,param2=20,minRadius=0,maxRadius=25)

How does the minimum distance for Houghcircles work?

I'm using openCV to detect circles generated by me. But while setting the parameters right I get alot of overlapping circles drawn. I've set minDist to everything but it will not work.

circles = cv2.HoughCircles(image,3,cv2.HOUGH_GRADIENT,1,minDist=50,param1=800,param2=20,minRadius=0,maxRadius=25)

C:\fakepath\generated.jpg

C:\fakepath\detected.jpg

How does the minimum distance for Houghcircles work?

I'm using openCV to detect circles generated by me. But while setting the parameters right I get alot of overlapping circles drawn. I've set minDist to everything but it will not work.

circles = cv2.HoughCircles(image,3,cv2.HOUGH_GRADIENT,1,minDist=50,param1=800,param2=20,minRadius=0,maxRadius=25)

C:\fakepath\generated.jpgC:\fakepath\generated.jpg

C:\fakepath\detected.jpgC:\fakepath\detected.jpg