Boundary enclosing a given set of points

后端 未结 4 1728
再見小時候
再見小時候 2020-12-14 13:17

I am having a bit of a problem with an algorithm that I am currently using. I wanted it to make a boundary.

Here is an example of the current behavior:

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-14 14:16

    Here is the JavaScript code that builds concave hull: https://github.com/AndriiHeonia/hull Probably you can port it to C#.

提交回复
热议问题