Package boofcv.alg.fiducial.calib.circle
Class EllipsesIntoClusters.Node
java.lang.Object
boofcv.alg.fiducial.calib.circle.EllipsesIntoClusters.Node
- Enclosing class:
- EllipsesIntoClusters
-
Field Summary
Modifier and TypeFieldDescriptionint
ID number of the clusterIndex of all the ellipses which it is connected to.int
index of the ellipse in the input list -
Constructor Summary
-
Method Summary
-
Field Details
-
which
public int whichindex of the ellipse in the input list -
cluster
public int clusterID number of the cluster -
connections
Index of all the ellipses which it is connected to. Both node should be connected to each other
-
-
Constructor Details
-
Node
public Node()
-