1 / 3

Circle Detection

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.

lot
Télécharger la présentation

Circle Detection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Circle Detection M993010095方科植

  2. 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.

  3. Result • Capacity :Intel i7, memory 6GB • Running time : 10 sec.

More Related