fix(_automation): 面向矩形可以从旋转的遮罩中省略像素
作者: wkentaro创建于 2026年7月13日更新于 2026年8月25日
标签ready-for-humantype:bug
labelme/_automation/_geometry.py:
compute_oriented_rectangle_from_maskbuilds the hull fromys, xs = np.nonzero(mask). These coordinates are pixel centers.
内容来源: wkentaro/labelme