You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could we also use delauny triangulation (e.g. from scipy or shapely) or does that not fit our problem?
To my knowledge, delauny triangulation should suffer from the same problem as our current algorithm. It doesn't know what is the inside and what is the outside of the polygon. So we would get some wrong triangles with concave polygons.
Some algorithms are mentioned here
The text was updated successfully, but these errors were encountered: