Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Convex hull of circles, disk, circular arcs in 2D

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Convex hull of circles, disk, circular arcs in 2D


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Convex hull of circles, disk, circular arcs in 2D
  • Date: Fri, 04 Oct 2013 13:42:17 +0200
  • Organization: GeometryFactory


Have a look at the Apollonius Graph
http://doc.cgal.org/latest/Apollonius_graph_2/index.html#Chapter_2D_Apollonius_Graphs

andreas


On 04/10/2013 13:25, Stefan Salewski wrote:
I have a set of circles in 2d, they differ much in size and may partly
or fully overlap. I need to identify the ones which touch the convex
hull of the set, so that I can drop the inner ones.

I have experimented with some sort of graham scan, after circular
sorting and calculation tangents. While that seemed to work for most
cases, I noted that it still may fail for special cases, i.e when there
is a very big difference in size.

Yesterday I found this paper

On Computing the Convex Hull of (Piecewise) Curved Objects by Franz
Aurenhammer and Bert JÜttler
www.igi.tugraz.at/auren/psfiles/aj-cchpco-12.pdf

For me that is a very abstract theoretical description.
Is there a chance to convert that paper into real code?
Or any other suggestions?

Best regards,

Stefan Salewski





--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri



Archive powered by MHonArc 2.6.18.

Top of Page