Skip to content

Commit

Permalink
Bug fix to seg function
Browse files Browse the repository at this point in the history
  • Loading branch information
tsipkens committed May 7, 2024
1 parent 4932b28 commit 9c79149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +agg/seg.m
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
'Remove particles','More particles or add to existing particles');

% If more particles, set moreaggs = 1, which will skip ahead to Line 131
if strcmp(choice2, 'More particles or add to existing particles')
if strcmp(choice2, 'Interactive tool to adjust thresholding')
moreaggs = 1;

% If particles to remove, use the bwselect utility.
Expand Down

0 comments on commit 9c79149

Please sign in to comment.