if(properties.getProperty(prefix+"lre_max_trim_iterations")!=null)this.lre_max_trim_iterations=Integer.parseInt(properties.getProperty(prefix+"lre_max_trim_iterations"));// int
if(properties.getProperty(prefix+"lre_max_trim_iterations")!=null)this.lre_max_trim_iterations=Integer.parseInt(properties.getProperty(prefix+"lre_max_trim_iterations"));// int
//
//
...
@@ -2609,8 +2652,8 @@ public class CLTParameters {
...
@@ -2609,8 +2652,8 @@ public class CLTParameters {
"FG-BG disparity (in excess of the previous parameter) where weight of cost by obscuring equals weight of cost by temp. For lower temperature related cost increases.");
gd.addNumericField("Minimal absolute value of the cost",this.lre_cost_min,5,7,"",// 1.0; // minimal absolute value of the total cost to make changes
gd.addNumericField("Minimal absolute value of the cost",this.lre_cost_min,5,7,"",// 1.0; // minimal absolute value of the total cost to make changes
"Minimal absolute value of the total cost to make changes (opaque/transparent).");
"Minimal absolute value of the total cost to make changes (opaque/transparent).");
gd.addNumericField("Number of the FG update iterations",this.lre_max_trim_iterations,0,3,"",// 10
gd.addNumericField("Number of the FG update iterations",this.lre_max_trim_iterations,0,3,"",// 10
"Number of iterations to recalculate FG pixels opaque/transparent state.");
"Number of iterations to recalculate FG pixels opaque/transparent state.");