mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-12-01 08:44:13 +01:00
combine_hor_lines_and_delete_cross_points: fix 1-off px bug
when eroding the vertical separator mask (by slicing), avoid leaving 1px strips
This commit is contained in:
parent
38d91673b1
commit
06cb9d1d31
1 changed files with 1 additions and 1 deletions
|
|
@ -1189,7 +1189,7 @@ def combine_hor_lines_and_delete_cross_points_and_get_lines_features_back_new(
|
|||
int(cx_main_ver[i])-25:
|
||||
int(cx_main_ver[i])+25] = 0
|
||||
img_p_in_ver[int(y_max_main_ver[i])-30:
|
||||
int(y_max_main_ver[i]),
|
||||
int(y_max_main_ver[i]+1),
|
||||
int(cx_main_ver[i])-25:
|
||||
int(cx_main_ver[i])+25] = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue