PDIST2 is not available here, please fix it
Thanks for bringing this to my attention LY Cao. The test suite has been fixed.
Fair warning to the challenger, we need to do some preprocessing for each image. There are black and white, grayscale, and color images within the test case set. I learned a lot from this problem, however...I found it very unsettling that I could not use functions from the image processing toolbox (I had to implement the Circle Hough transform myself).
Imho, the required precision should have been smaller: 5-pixel distance is absurd when one has rubber bands in an image that are not perfect circles. Or, at least, the test cases should allow that we return any number of circles and radii (it is easy to test if the desired circles are within the returned results).
100% precision/recall, but using N so no pat in the back for me
I've got precision 100% for most of the test cases. Colored images were the hardest.
Combination of LY Cao's and mine code. 98.5% precision and recall in total (one circle in test 4 didn't fit in tolerance), without using N. That was fun :)
1741 Solvers
404 Solvers
Calculate the area of a triangle between three points
917 Solvers
Get the elements of diagonal and antidiagonal for any m-by-n matrix
273 Solvers
ismember: Enhanced Time Performance for 'rows' - Speed Scoring (90% savings)
14 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!