Class DetectionGrouperParams

java.lang.Object
group3dlocaliser.grouper.DetectionGrouperParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class DetectionGrouperParams extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • GROUPS_ALL_POSSIBLE

      public static final int GROUPS_ALL_POSSIBLE
      Use all the possible combinations
      See Also:
    • GROUPS_FIRST_ONLY

      public static final int GROUPS_FIRST_ONLY
      Use only the first combination
      See Also:
    • maxPerSubGroup

      public int maxPerSubGroup
    • maxPerGroup

      public int maxPerGroup
    • minSubGroups

      public int minSubGroups
    • primaryDetGroup

      public int[] primaryDetGroup
      The primary detection groups. The slected detection groups must be included in the combination for a loclaisation null means there is no primary group.
    • groupingChoice

      public int groupingChoice
    • DATA_SELECT_ALL

      public static final int DATA_SELECT_ALL
      See Also:
    • DATA_SELECT_MIN_N

      public static final int DATA_SELECT_MIN_N
      See Also:
    • dataSelectOption

      public int dataSelectOption
    • dataSelectMinimum

      public int dataSelectMinimum
  • Constructor Details

    • DetectionGrouperParams

      public DetectionGrouperParams()
  • Method Details