Skip to main content
. 2019 Mar 29;19(7):1539. doi: 10.3390/s19071539
Algorithm 2: Proposed circle detection algorithm.
Result: (c,r) minimizing JMC(c,r)
i=1;
Sm(0)= the set of the entire pixels in the input image;
Inline graphic
 Sort {JMC(cj,rj)}j=1i-1 in ascending order;
(c,r)=(c1,r1) with the least JMC(c,r) in the sorted set.