chore: 更新最新代码

This commit is contained in:
琉璃月光
2025-08-13 14:49:06 +08:00
parent 4716e5f2e2
commit da205bf47c
1123 changed files with 990 additions and 3 deletions

View File

@ -61,4 +61,3 @@ for i, cnt in enumerate(contours):
cv2.imwrite(result_image_path, vis_image)
print(f"✅ 旋转矩形可视化已保存至: {result_image_path}")
# 如果你想把结果保存为 JSON 或 CSV也可以扩展