added show multiple switch in ui and back end

This commit is contained in:
ori agranat
2019-11-29 16:50:16 +02:00
parent 720911e5e6
commit 3ff1f56bd5
7 changed files with 23 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ public class CVPipeline2dSettings extends CVPipelineSettings {
public Number speckle = 5;
public boolean isBinary = false;
public SortMode sortMode = SortMode.Largest;
public boolean multiple = false;
public TargetGroup targetGroup = TargetGroup.Single;
public TargetIntersection targetIntersection = TargetIntersection.Up;
public List<Number> point = Arrays.asList(0, 0);