-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
imglib2-algorithm/src/main/java/net/imglib2/algorithm/labeling/ConnectedComponents.java
Line 494 in 2d8ae77
e.printStackTrace(); |
I have a situation where I expect the user may modify the image I am running ConnectedComponents on, in which case I interrupt the existing attempt and retrigger with the new image. It works fine, but always prints the stack trace from the interrupted exception. I'm not sure how best to handle here, but given this is a blocking and potentially slow task, it may be best to just let the method throws InterruptedException
? Or is there a better way to achieve this?
bogovicj and tpietzsch
Metadata
Metadata
Assignees
Labels
No labels