Skip to content

Commit

Permalink
improve match_nuc_cell function
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed Jun 1, 2021
1 parent 6795748 commit dcd9c1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bigfish/segmentation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ def match_nuc_cell(nuc_label, cell_label, single_nuc, cell_alone):
i_instance += 1

# remove pixel already assigned
nuc_label[nuc_mask] = 0
remaining_cell_label[cell_mask] = 0

# if one nucleus per cell only, we remove the cell as candidate
Expand Down

0 comments on commit dcd9c1c

Please sign in to comment.