问题
I would like to know how to create weighted Voronoi diagram. (For example, additively weighted Voronoi diagram and multiplicatively weighted Voronoi diagram.)
In my recognition, a class of scipy.spatial.voronoi
is just a euclidean distance Voronoi diagram.
Can I create weighted Voronoi diagram using this class?
Or there are no ways but to make codes by originally?
回答1:
You could try my php implementation:https://tetramatrix.github.io/awvd/.
来源:https://stackoverflow.com/questions/51983360/weighted-voronoi-diagram