Polygon enclosing a set of points

后端 未结 4 685
执念已碎
执念已碎 2020-11-29 03:15

I have a set S of points (2D : defined by x and y) and I want to find P, the smallest (meaning : with the smallest number of points) polygon enclosing all the points of the

4条回答
  •  一个人的身影
    2020-11-29 04:06

    Here's a good resource on convex hull algorithms: The Convex Hull of a 2D Point Set or Polygon (by Dan Sunday)

提交回复
热议问题