Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polygon erosion

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polygon erosion


Chronological Thread 
  • From: Eric Berberich <>
  • To:
  • Subject: Re: [cgal-discuss] Polygon erosion
  • Date: Fri, 05 Feb 2010 18:43:29 +0100

Asher Kamiraze wrote:
Dear list,

I want to erode a polygon with a polygonal structuring element. I had a look at the 2D Minkowski sums package, but it seems to only provide dilatation. Is there a way to erode a polygon with CGAL ?

Best,

Asher

Hi,

when you talk about erosion, do you maybe mean 'inset'. There is such a function in the 2D Minkowski sum, check:

http://www.cgal.org/Manual/3.4/doc_html/cgal_manual/Minkowski_sum_2/Chapter_main.html

Otherwise, we need more information of what you want to do.

eriC



Archive powered by MHonArc 2.6.16.

Top of Page