30 likes | 116 Views
Circle Detection. M993010095 方科植. Method. Randomly select three vertices to form a circle. Record the center and the radius , ( a,b,r ), in a 3-D array. Count the 3-D array by iteratively select vertices, that is, to vote ( a,b,r )s.
E N D
Circle Detection M993010095方科植
Method • Randomly select three vertices to form a circle. • Record the center and the radius , (a,b,r), in a 3-D array. • Count the 3-D array by iteratively select vertices, that is, to vote (a,b,r)s. • If the vote number for an (a,b,r) pass a certain threshold, the circle will be drawn.
Result • Capacity :Intel i7, memory 6GB • Running time : 10 sec.