Ask Your Question

jamey270's profile - activity

2016-12-17 15:17:09 -0600 received badge  Scholar (source)
2016-12-17 15:14:32 -0600 commented answer Best method to detect number of holes in part?

I think we can maybe make this work! Thanks so much for your input! I've been messing around with this for hours and this seems like a really good option.

2016-12-17 15:11:59 -0600 received badge  Supporter (source)
2016-12-17 13:46:45 -0600 asked a question Best method to detect number of holes in part?

I'm working on a project that takes a picture of a part (brass part with multiple holes in it, see link) and then I would like to use OpenCV 3.1 to locate and count the holes.

I'm pretty new to OpenCV and could use some pointers into which method I should look into for accomplishing this task. Ideally, the program would locate the circles and do the work for me (I've had little luck thus far; using finding contours and hough circle sample code). Currently using C++.

Is OpenCV even capable of solving this problem?

Thanks in advance for any tips you can provide, Jamey