added group contours method and target intersection

This commit is contained in:
ori agranat
2019-09-16 21:45:04 +03:00
parent adc5aa2399
commit e7e0632b2b
3 changed files with 101 additions and 36 deletions

View File

@@ -17,7 +17,7 @@ public class Pipeline {
public int is_binary = 0;
public String sort_mode = "Largest";
public String target_group = "Single";
public String target_intersection = "Largest";
public String target_intersection = "Up";
public double M = 1;
public double B = 0;
}