bellockk / alphashape

Toolbox for constructing alpha shapes.
MIT License
252 stars 28 forks source link

Want some methods to extract boundaries from alpha shape #30

Open bearinsuke opened 2 years ago

bearinsuke commented 2 years ago

Description

Hi, thanks for your contribution. I would like to ask for some methods to extract point cloud surface boundaries by using this toolbox. Do you have some suggestions or demonstrations on it? Thanks



### What I Expected

### Acceptance Criteria
hschoeller commented 1 year ago

If you are looking for boundary points you can obtain them in 2d with alphashape.bounds and in 3d with alphashape.vertices.array() since a Trimesh is returned