Finding centre of a polygon using limited data

前端 未结 3 796
無奈伤痛
無奈伤痛 2021-02-02 03:59

I\'m implementing Voronoi tesselation followed by smoothing. For the smoothing I was going to do Lloyd relaxation, but I\'ve encountered a problem.

I\'m using following

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-02 04:45

    Maybe this can help you: https://github.com/Bennyelg/geo_polygon_finder This repository receive a list of cities and translate them into polygons.

提交回复
热议问题