简体   繁体   English

Delaunay三角剖分是否包含所有带有空外接圆的三角形?

[英]Does the Delaunay triangulation contain all triangles with empty circumcircle?

I have a set of points and I want to find all triangles that have an empty circumcircle. 我有一组点,我想找到所有带有空外接圆的三角形。 I think that that the Delaunay triangulation does so. 我认为Delaunay三角剖分法就是这样做的。

I have read some papers on the subject but I am not sure whether the Delaunay triangulation finds all such triangles. 我已经阅读了一些有关该主题的论文,但不确定Delaunay三角剖分法是否找到了所有这样的三角形。 If yes, then how can I mathematically prove that? 如果是,那我该如何数学证明呢?

Here is a proof: Assume that p, q, r are three points of P not on a common line such that no other point of P is in the circle C defined by p, q, r. 这是一个证明:假设p,q,r是P的三个点,不在公共线上,因此P的其他点不在由p,q,r定义的圆C中。 Then the center of C is a Voronoi node of the Voronoi diagram V(P) of P. Note that V(P) is the dual graph of the Delaunay triangulation D(P) of P: Every Voronoi node belongs to a Delaunay triangle (and vice versa). 然后C的中心是P的Voronoi图V(P)的Voronoi节点。请注意,V(P)是P 的Delaunay三角剖分 D(P)的对偶图 :每个Voronoi节点都属于Delaunay三角形(反之亦然)。 The dual of the node mentioned above is your triangle. 上面提到的节点的对偶是三角形。

See "Computational Geometry" by de Berg, Cheong, van Kreveld, Overmars for basic properties on Voronoi diagrams and Delaunay triangulations. 有关Voronoi图和Delaunay三角剖分的基本属性,请参见de Berg,Cheong,van Kreveld,Overmars的“计算几何”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM