scipy.spatial.Delaunay.

scipy.spatial.Delaunay.convex_hull#

property Delaunay.convex_hull#

形成点集凸包的面片的顶点。

类型:

ndarray of int, shape (nfaces, ndim)

该数组包含属于三角剖分凸包的 (N-1) 维面的点的索引。

备注

通过 Delaunay 三角剖分计算凸包是低效的,并且容易增加数值不稳定性。请改用 ConvexHull