refactor: 用户调整注释格式

This commit is contained in:
2026-05-08 09:58:57 +08:00
parent f95e3de5bd
commit 70790c1d3e
2 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 247 KiB

+1 -1
View File
@@ -280,7 +280,7 @@ def main():
# 中:逐格 Otsu 分割结果(后处理前)
axes[1].imshow(bw_full, cmap='gray')
axes[1].set_title('逐格 Otsu 分割', fontsize=13)
axes[1].set_title('逐格 Otsu 分割T=' + str(T_otsu) + '', fontsize=13)
axes[1].axis('off')
# 右:后处理之后的最终二值图