manual merge of speckle rejection into new ui and updated ui to include speckle slider

This commit is contained in:
ori agranat
2019-10-24 02:35:08 +03:00
parent e1f908e0a1
commit f5aa1159be
32 changed files with 66 additions and 42 deletions

View File

@@ -15,6 +15,7 @@ public class Pipeline {
public List<Number> area = Arrays.asList(0.0, 100.0);
public List<Number> ratio = Arrays.asList(0.0, 20.0);
public List<Number> extent = Arrays.asList(0, 100);
public Number speckle = 5;
public boolean isBinary = false;
public SortMode sortMode = SortMode.Largest;
public TargetGroup targetGroup = TargetGroup.Single;