Package boofcv.alg.fiducial.calib.circle
Class EllipsesIntoClusters.Node
java.lang.Object
boofcv.alg.fiducial.calib.circle.EllipsesIntoClusters.Node
- Enclosing class:
- EllipsesIntoClusters
public static class EllipsesIntoClusters.Node extends Object
-
Field Summary
Fields Modifier and Type Field Description int
cluster
ID number of the clusterDogArray_I32
connections
Index of all the ellipses which it is connected to.int
which
index of the ellipse in the input list -
Constructor Summary
Constructors Constructor Description Node()
-
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()
-