Ask Your Question
0

Detect Partial Circles

asked 2016-03-11 17:28:49 -0600

Swooshftw gravatar image

I am trying to detect half and quarter circles. I found a stackoverflow question where the person used houghCircles to find the quarter and half circles, however that was in c++ and I have been unsuccessful in porting it into python. I was wondering if anyone has a easier solution to finding half and quarter circles in opencv python or some other function I can try using. Here is the photo I am using to try to recognize half and quarter circles for.

image description

edit retag flag offensive close merge delete

Comments

1

Do you already know the radius of the circles? Are the objects always seperated? What is the minimal size of the objects? Are other rotations possible?

FooBar gravatar imageFooBar ( 2016-03-12 06:07:10 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-03-12 10:04:06 -0600

jmbapps gravatar image

updated 2016-03-12 11:57:48 -0600

I used these settings (C++ 2,100,35,20,100,200) and received these results in my Find Circles App that uses HoughCircles.

results

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-03-11 17:28:49 -0600

Seen: 4,882 times

Last updated: Mar 12 '16