Tagged Questions

7
votes
5answers
4k views

Easiest algorithm of Voronoi diagram to implement?

What are the easy algorithms to implement Voronoi diagram? I couldn't find any algorithm specially in pseudo form. Please share some links of Voronoi diagram algorithm, tutorial etc. Thanks in ...
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 ...