mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
added target grouping
This commit is contained in:
@@ -16,6 +16,7 @@ public class Pipeline {
|
||||
public List<Integer> extent = Arrays.asList(0,100);
|
||||
public boolean is_binary = false;
|
||||
public String sort_mode = "Largest";
|
||||
public String target_group = "Single";
|
||||
public String target_intersection = "Largest";
|
||||
public double M = 1;
|
||||
public double B = 0;
|
||||
|
||||
Reference in New Issue
Block a user