[SciPy-Dev] Adding alpha complexes/filtrations to scipy.spatial?

Tyler Reddy tyler.je.reddy at gmail.com
Wed Sep 18 15:53:25 EDT 2019


Is this similar to "alpha shape:" https://en.wikipedia.org/wiki/Alpha_shape

I know I've been wanting to have that in, but not sure if the community
would agree. Probably some design decisions to think about, but a useful
alternative to convex hull seems like an interesting idea for some
applications.

On Wed, 18 Sep 2019 at 07:19, Hamilton, Wesley <wham at live.unc.edu> wrote:

> Hi all,
>
> I have some code that computes alpha complexes of a point cloud , and I
> think it would be a good contribution to the scipy.spatial library. I've
> looked around and there aren't any other implementations of an alpha
> complex construction (besides a short tutorial from PyPlot).
>
> My question is: would this contribution be welcome? I need to formalize
> the documentation, and add the construction for weighted alpha complexes,
> but otherwise everything's there.
>
> Best,
> Wesley
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20190918/7f384e38/attachment.html>


More information about the SciPy-Dev mailing list