Shortcuts

mmocr.utils.points_center

mmocr.utils.points_center(points)[源代码]

Calculate the center of a set of points.

参数

points (ArrayLike) – A set of points.

返回

The coordinate of center point.

返回类型

np.ndarray