- No. Both are valid Delaunay triangulations.
- None, unless you write it yourself. You could always try the file exchange, maybe someone has done this before. Matlab's triangulation is based on qHull. If you want other types of triangulations, I think you should look outside Matlab, for instance CGAL. CGAL has a very steep learning curve, and requires you to know C++. On the other hand, it can use exact arithmetic so numerical stability is less of a problem.
numerical stable triangulation method?
2 次查看(过去 30 天)
显示 更早的评论
Triangulations of regular polygons (in 2D?) are ambiguos. So for a square ABCD there are two possible triangulations -> ABC ACD or ABD DBC. My problems come from the fact/observation, that DelaunayTri gives me the different triangulation on different computers for the same input which breaks some of our regression tests for our SW...
1) Is there any possibility for force DelaunayTri to preserve something like an order?
2) What other MATLAB internals can be used/misused to create a triangulation
I was already wondering if i need to implement earclipping (which seems to have a internal ordering process) on our own?
0 个评论
采纳的回答
José-Luis
2012-10-25
编辑:José-Luis
2012-10-25
2 个评论
José-Luis
2012-10-26
Well, I think that what you could do instead is to check if the triangulation is valid, and not compare them directly.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Delaunay Triangulation 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!