Class SquaresIntoClusters
java.lang.Object
boofcv.alg.fiducial.calib.squares.SquaresIntoClusters
- Direct Known Subclasses:
SquaresIntoCrossClusters,SquaresIntoRegularClusters
Base class for clustering unorganized squares into different types of clusters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DogArray<List<SquareNode>>protected SquareGraphprotected DogArray<SquareNode>protected List<SquareNode> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPut sets of nodes into the same list if they are some how connectedprotected voidReset and recycle data structures from the previous run
-
Field Details
-
nodes
-
clusters
-
open
-
graph
-
-
Constructor Details
-
SquaresIntoClusters
public SquaresIntoClusters()
-
-
Method Details
-
recycleData
protected void recycleData()Reset and recycle data structures from the previous run -
findClusters
protected void findClusters()Put sets of nodes into the same list if they are some how connected
-