How to remove skinny triangles in scipy.spatial.Delaunay()

家住魔仙堡 提交于 2019-12-13 04:45:38

问题


I have a scipy.spatial.Delaunay() triangulation, and I would like to remove 'skinny' triangles from it. How would I do this?

I have seen that some other software (like here: Houdini triangulate2d) have a 'minimum angle' option precisely to prevent skinny triangles. Is there some equivalent option for scipy.spatial.Delaunay(), or can someone provide a simple algorithm?

来源:https://stackoverflow.com/questions/56136510/how-to-remove-skinny-triangles-in-scipy-spatial-delaunay

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!