Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Alpha Shape 2 - No Edge Detection

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Alpha Shape 2 - No Edge Detection


Chronological Thread 
  • From: "Daniel Duque" <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Alpha Shape 2 - No Edge Detection
  • Date: Tue, 03 Nov 2009 21:44:00 +0000
  • Bounce-to: "Daniel Duque" <>

>Very small values give you nothing back as then the alpha shape is
>just the input point set. There will be an alpha shape edge, if a circle of
>radius sqrt(alpha) can not pass between the two vertices, that is if
>the squared distance of the two vertices is smaller than alpha.

Correct. Sorry for my confusion, I was thinking about 3D shapes. Plus, I
always confuse the alpha-shape and its boundary. My suggestion is, then,
more relevant: are you sure your value of alpha is not very low?

Try a very high value: it should give you the convex hull. Add some
extreme points (like a large square, with coordinates (-100,-100),
(-100,100) etc) so you know the answer in advance.

Best,

Daniel



Archive powered by MHonArc 2.6.16.

Top of Page