Class EllipsesIntoClusters.Node

java.lang.Object
boofcv.alg.fiducial.calib.circle.EllipsesIntoClusters.Node
Enclosing class:
EllipsesIntoClusters

public static class EllipsesIntoClusters.Node extends Object
  • Field Details

    • which

      public int which
      index of the ellipse in the input list
    • cluster

      public int cluster
      ID number of the cluster
    • connections

      public DogArray_I32 connections
      Index of all the ellipses which it is connected to. Both node should be connected to each other
  • Constructor Details

    • Node

      public Node()