Package boofcv.alg.fiducial.aztec
Class AztecFinderPatternDetector.Layer
java.lang.Object
boofcv.alg.fiducial.calib.squares.SquareNode
boofcv.alg.fiducial.aztec.AztecFinderPatternDetector.Layer
- Enclosing class:
- AztecFinderPatternDetector<T extends ImageGray<T>>
Candidate locator patterns. Layers are the number of transitions between dark and white
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.alg.fiducial.calib.squares.SquareNode
SquareNode.KdTreeSquareNode
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
double
Fields inherited from class boofcv.alg.fiducial.calib.squares.SquareNode
center, edges, graph, largestSide, RESET_GRAPH, sideLengths, smallestSide, square, touch
-
Constructor Summary
-
Method Summary
Methods inherited from class boofcv.alg.fiducial.calib.squares.SquareNode
distanceSqCorner, findEdge, findEdgeIndex, getNumberOfConnections, smallestSideLength, updateArrayLength
-
Field Details
-
diameter
public int diameter -
threshold
public double threshold -
child
public boolean child -
children
-
-
Constructor Details
-
Layer
public Layer()
-
-
Method Details
-
reset
public void reset()Description copied from class:SquareNode
Discards previous information- Overrides:
reset
in classSquareNode
-