Skip to content

Commit

Permalink
update algo monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dlegland committed Jul 22, 2018
1 parent 5ae8d69 commit ff6654e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -149,6 +149,7 @@ public ImageStack computeLabels(ImageStack image)

// increment label index, and propagate
nLabels++;
fireStatusChanged(this, "Process label " + nLabels);
FloodFill3D.floodFillFloat(image, x, y, z, labels, nLabels, this.connectivity);
}
}
Expand Down

0 comments on commit ff6654e

Please sign in to comment.