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
Modifier and TypeFieldDescriptionprotected DogArray<List<SquareNode>>
protected SquareGraph
protected DogArray<SquareNode>
protected List<SquareNode>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Put sets of nodes into the same list if they are some how connectedprotected void
Reset 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
-