Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Pairwise intersection of polygons

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Pairwise intersection of polygons


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Pairwise intersection of polygons
  • Date: Thu, 13 Nov 2008 18:48:23 +0100

Roger House wrote:
I have an application in which I need to find the pairwise intersection of hundreds, sometimes thousands, of polygons. The obvious approach is quadratic in the number of polygons, and I am hoping there are much more efficient ways to do it. Any information on algorithms for fast pairwise intersection of polygons will be greatly appreciated.

Roger House


Hi Roger,

What exactly do you want to compute: the intersection points, the Boolean AND
of the area of pairs, just identifiers of pairs of polygons that do
intersect,....

How are the polygons, or better how are the bounding boxes of them?
Do they traverse the entire domain, are it nested spirals so that they
all have almost the same bounding box, or are it rather small bounding
boxes scattered over the domain.

A picture of a typical scenario might help us to help you.

best regards,

andreas



Archive powered by MHonArc 2.6.16.

Top of Page