I wish to compute the areas of Voronoi cells which relate to a Delaunay triangulation of a point set without explicitly converting the Delaunay triangulation to a Voronoi graph. Since I only care about the areas of the Voronoi cells I wanted to avoid the cost of explicitly constructing the Voronoi data structure. Is this possible? Is there any relationship between the Delaunay triangulation/circles and the dual Voronoi cell areas? Thanks,

Philip

link|improve this question
feedback

1 Answer

Using CGAL, a solution is provided here for the 3D case:

https://lists-sop.inria.fr/sympa/arc/cgal-discuss/2011-01/msg00117.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.