a=np.array(line1).reshape(4, 2) #四边形二维坐标表示. poly1 = Polygon(a).convex_hull #python四边形对象,会自动计算四个点 ...
確定! 回上一頁