Skip to content

Commit

Permalink
cleanUp
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenjn committed Sep 20, 2020
1 parent 3ccf3c2 commit d36e4fc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/java/ciliaQ_Prep_jnh/CiliaQPrepMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,8 @@ public void windowClosing(WindowEvent winEvt) {
tempImp = divideByBackground(tempImp, divideBGRadius [c]);
}
if(additionalBlur [c]) {
progress.updateBarText("Blur " + channelIDs [c] + " ...");
tempImp.duplicate().show();
progress.updateBarText("Blur " + channelIDs [c] + " ...");
tempImp = blurGaussian(tempImp, additionalBlurRadius [c]);
//TODO verify
tempImp.show();
new WaitForUserDialog("check tempImp").show();
tempImp.hide();
}
if(chosenAlgorithms [c].equals("CANNY 3D")){
progress.updateBarText("Segment channel " + channelIDs [c] + " with CANNY 3D ...");
Expand Down

0 comments on commit d36e4fc

Please sign in to comment.