Weighted Voronoi Diagram

故事扮演 提交于 2019-12-10 11:54:40

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!