Thursday, 12 September 2013

triangulation without long triangles

triangulation without long triangles

In python, for a set of points, With
import matplotlib.tri as tri
triang = tri.Triangulation(x, y)
How I can make a mask for eliminate the triangles with long edges ?

No comments:

Post a Comment