Tagged Questions

2
votes
2answers
170 views

Fast way to compute the Voronoi diagram knowing the k-nearest neighbours

I know it is relatively easy to compute the sets of k-nearest neighbours from a Voronoi tessellations. What about the reverse problem? I already have the set of k-nearest neighbours (in 3D) and I ...