bellockk / alphashape

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

quesiton: need more clarification on using a varying Alpha Parameter #31

Open DavidHJong opened 2 years ago

DavidHJong commented 2 years ago

Environment

Description & What I Did

I tried to understand how to set a varying Alpha parameter from this link but with no vail.

I have some problems regarding this line of code: lambda ind, r: 1.0 + any(np.array(points_2d)[ind][:,0] == 0.0)

Also, more examples on setting varying alpha parameter would be highly appreciated, e.g. based on point density, or by passing in an alpha parameter list?