home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.graphics.visualization
- Path: sparky!uunet!gatech!rpi!usc!sdd.hp.com!ux1.cso.uiuc.edu!m.cs.uiuc.edu!mucke
- From: mucke@cs.uiuc.edu (Ernst Mucke)
- Subject: Alvis 1.0 (3D Alpha-Shape Visualizer)
- Message-ID: <mucke.716155913@cappuccino.cs.uiuc.edu>
- Sender: news@m.cs.uiuc.edu (News Database (admin-Mike Schwager))
- Organization: University of Illinois, Dept. of Comp. Sci., Urbana, IL
- Date: Thu, 10 Sep 1992 20:11:53 GMT
- Lines: 41
-
- A reader of comp.graphics.visualization writes:
-
- > Based on your description, it would appear that the alpha shape is
- > generally *more complex* than the convex hull. But the intent seems to
- > be (?) to have simpler approximations to the shape. I guess I don't
- > understand what the alpha shapes are useful for; could you expound
- > (preferably by posting)? Thanks.
-
- Garnted, alpha shapes are more complex than the convex hull, but
- that's exactly the point. The convex hull is simple, true, but it has
- one disadvantage, namely that it's convex. :) Alpha shapes can be
- non-convex, or even disconnected... and thus (have the potential to)
- capture "shape" far better. Take for example a point set that
- resembles a torus, ie, a donut. The convex hull of this set won't
- show most of the torus' features, esp, not the tunnel, ie, the donuts
- hole. Alpha shapes do... Or for example, consider a point set where
- you have several clusters easily visible to the human eye. The convex
- hull would just make one big blob out of it. Alpha shapes can be
- usesed to seperate the clusters.
-
- For a more formal discription of the concept "alpha shapes" I would
- suggest you get the techreport (from the department or from me):
-
- Edelsbrunner, Mucke. Three-dimensional alpha shapes.
- Technical report UIUCDCS-R-92-1734. Dept of Computer
- Science, UIUC. 1304 W Springfield, Urbana, IL 61801.
- March 1992.
-
- For a informal discription it's best to ftp Alvis from
- ftp.ncsa.uiuc.edu and play around with it. That's exactly why we
- built the tool! We think alpha shapes can have an enormous potetial
- for scientific computing. Many people work with three-dimensional
- data, and would need some geometric structure in it. Alpha shapes can
- do that. There is still a long way to real-life applications, but the
- main goal of Alvis was/is to make the new concept known to the
- scientific community. You know, a paper doesn't impress anybody, but
- if you have a code and can show things to people, that get's attention.
- --
- --
- Ernst Mucke, Dept of Computer Science, U of Illinois at Urbana-Champaign
- mucke@uiuc.edu {convex,uunet}!uiucdcs!mucke mucke%uiuc.edu@uiucvmd.bitnet
-