gd.addNumericField("Stop_Threshold :",this.stopThreshold,2);// Show generic dialoggd.showDialog();if(gd.wasCanceled())returnfalse;// Fast or accurate modethis.mode = gd.getNextChoiceIndex();// Image subsampling factor at highest resolution levelthis.img_subsamp_fact = (int) gd.getNextNu...