ashape: a pedestrian alpha shape extractor

버전 1.3.0.0 (95.4 KB) 작성자: us
extracts 2d alpha shapes from a set of x/y data points
다운로드 수: 21.5K
업데이트 날짜: 2010/4/13

라이선스 보기

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

인용 양식

us (2024). ashape: a pedestrian alpha shape extractor (https://www.mathworks.com/matlabcentral/fileexchange/6760-ashape-a-pedestrian-alpha-shape-extractor), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Computational Geometry에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

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

1.2.0.0

removed annoying colorbar message; version tag 03-Apr-2010 16:21:28

1.1.0.0

adjusted for r2010a after changes in DELAUNAY syntax; version tag 02-Apr-2010 22:58:45

1.0.0.0

TMW maintenance update; version tag: 24-Apr-2007 15:34:15