Class DetectionGroupedSet

java.lang.Object
group3dlocaliser.grouper.DetectionGroupedSet

public class DetectionGroupedSet extends Object
  • Constructor Details

    • DetectionGroupedSet

      public DetectionGroupedSet()
  • Method Details

    • addGroup

      public void addGroup(List<PamDataUnit> dataList)
    • getNumGroups

      public int getNumGroups()
    • getGroup

      public List<PamDataUnit> getGroup(int iGroup)
    • hasUID

      public boolean hasUID(long uid)
      Return true if the given uid is inlcuded anywhere in this group
      Parameters:
      uid -
      Returns:
      true if uid is in group