ashape: a pedestrian alpha shape extractor
by us
20 Jan 2005
(Updated 13 Apr 2010)
extracts 2d alpha shapes from a set of x/y data points
|
Watch this File
|
| File Information |
| Description |
ASHAPE is a simple wrapper for ASLIB, which implements several (optimized) subroutines to extract and display 2d alpha shapes and alpha patches from a set of x/y data points
ASLIB returns a structure, which contains all relevant parameters, data and results including graphics handles to plotted elements
furthermore, ASLIB returns function handles to all of its computational and graphics subroutines, which can be used by a programmer to create more elaborate wrappers or guis
the latest version of ASLIB can always be attached to an existing set of parameters p by
> p.f = aslib;
or by simply re-running the data
> p = ashape(p);
for general instructions see:
> help ashape
> help aslib
for explanations of subroutines and a small glossary of terms see:
> aslib -s
for explanations of fields see:
> aslib -f
for explanations of options see:
> aslib -o
look at the accompanying published m-file for a few examples |
| MATLAB release |
MATLAB 7.4 (R2007a)
|
| Other requirements |
tested for earlier releases of R14 |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (18) |
| 27 Sep 2006 |
Jan Morovic
|
|
|
| 21 Apr 2007 |
Matthew Eyster
|
|
|
| 23 Apr 2007 |
Urs (us) Schwarz
|
|
|
| 26 Apr 2007 |
Urs (us) Schwarz
|
|
|
| 09 Nov 2007 |
Ruben S
|
|
|
| 06 Mar 2008 |
S. Tiuí
|
|
|
| 08 Apr 2008 |
w s
|
|
|
| 23 Apr 2008 |
Seth Lutske
|
|
|
| 14 Apr 2010 |
Jveer
|
|
|
| 15 Apr 2010 |
us
|
|
|
| 19 Jan 2011 |
Daphne
|
|
|
| 09 May 2011 |
Michael
|
|
|
| 13 May 2011 |
Ajay
|
|
|
| 15 May 2011 |
Daphne
|
|
|
| 25 May 2011 |
HARI KRISHNAN
|
|
|
| 27 May 2011 |
HARI KRISHNAN
|
|
|
| 07 Jun 2011 |
HARI KRISHNAN
|
|
|
| 21 Jun 2011 |
HARI KRISHNAN
|
|
|
| Updates |
| 25 Jan 2005 |
updated rocky description and help engine; added a colormap option to change connected alpha shape colors; please, see help aslib; current ver tag 24-Jan-2005 21:47:34 |
| 28 Jan 2005 |
correction of a stupid typo |
| 28 Feb 2005 |
removed implicit restriction on alpha circle radius (max was convhull); added several new options (see aslib -o); unified help system (see help aslib); current id 3.5, version tag 25-Feb-2005 19:57:47 |
| 11 Mar 2005 |
new version implementing alpha patches; ver tag 11-Mar-2005 17:34:12; ver id 5.0 |
| 14 Mar 2005 |
added many more user requested options; graphics engines now take options as well; ver tag 14-Mar-2005 15:04:48; ver id 5.01 |
| 17 Mar 2005 |
more user requested options |
| 27 Apr 2007 |
recent changes in QHULL; version tag: 24-Apr-2007 15:34:15 |
| 29 Aug 2007 |
TMW maintenance update; version tag: 24-Apr-2007 15:34:15 |
| 02 Apr 2010 |
adjusted for r2010a after changes in DELAUNAY syntax; version tag 02-Apr-2010 22:58:45 |
| 03 Apr 2010 |
removed annoying colorbar message; version tag 03-Apr-2010 16:21:28 |
| 13 Apr 2010 |
added a programmer's section to the published M-file, which shows how to extract various alpha elements from the output; new macro; new field; version tag 13-Apr-2010 15:31:23 |
|
Contact us at files@mathworks.com