Shortcuts

mmcv.ops.min_area_polygons

mmcv.ops.min_area_polygons(pointsets: torch.Tensor)torch.Tensor[源代码]

Find the smallest polygons that surrounds all points in the point sets.

参数

pointsets (Tensor) – point sets with shape (N, 18).

返回

Return the smallest polygons with shape (N, 8).

返回类型

torch.Tensor