refactor: 用户调整注释格式
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 246 KiB After Width: | Height: | Size: 247 KiB |
@@ -280,7 +280,7 @@ def main():
|
|||||||
|
|
||||||
# 中:逐格 Otsu 分割结果(后处理前)
|
# 中:逐格 Otsu 分割结果(后处理前)
|
||||||
axes[1].imshow(bw_full, cmap='gray')
|
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')
|
axes[1].axis('off')
|
||||||
|
|
||||||
# 右:后处理之后的最终二值图
|
# 右:后处理之后的最终二值图
|
||||||
|
|||||||
Reference in New Issue
Block a user