Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Delaunay Tesselation
#4
Thanks both of you for the answer

I'm currently digging into the Scipy and matplotlib librariees + the example in order to determine wihch one is the most promissing for my application; I stated with matplotlib.tri.Triangulation, but I've not found so far how to get the vertices of the triangles?

scipy.spatial.Delaunay allows it using "simplices" attribut, but I cannot mask out triangles as in matplotlib: I need more time to decide which one to retain (I need a "stable" library)

Paul
Reply


Messages In This Thread
Delaunay Tesselation - by paul18fr - Jul-03-2019, 09:11 AM
RE: Delaunay Tesselation - by Larz60+ - Jul-03-2019, 11:03 AM
RE: Delaunay Tesselation - by scidam - Jul-03-2019, 11:13 AM
RE: Delaunay Tesselation - by paul18fr - Jul-04-2019, 12:58 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020