Beispiel #1
0
 public ThresholderOperation() {
   operation.setHelp("Choose operation performed on computed thresholds", true);
   coeff.setHelp(
       "returned threshold is a ponderated mean value of thld1 & thld2: thld1 * (1-coeff) + thld2*coeff",
       true);
 }