Package boofcv.alg.fiducial.qrcode
Class QrCodePositionPatternGraphGenerator
java.lang.Object
boofcv.alg.fiducial.qrcode.QrCodePositionPatternGraphGenerator
- All Implemented Interfaces:
VerbosePrint
Collects position patterns together based on their relative orientation
-
Field Summary
Modifier and TypeFieldDescriptionprotected LineSegment2D_F64
protected Point2D_F64
protected LineSegment2D_F64
protected LineSegment2D_F64
protected @Nullable PrintStream
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(List<PositionPatternNode> positionPatterns) Connects the found position patterns into a graphvoid
setVerbose
(@Nullable PrintStream out, @Nullable Set<String> configuration)
-
Field Details
-
lineA
-
lineB
-
connectLine
-
intersection
-
verbose
-
-
Constructor Details
-
QrCodePositionPatternGraphGenerator
public QrCodePositionPatternGraphGenerator() -
QrCodePositionPatternGraphGenerator
public QrCodePositionPatternGraphGenerator(int maxVersionQR)
-
-
Method Details
-
process
Connects the found position patterns into a graph- Parameters:
positionPatterns
- Found position patterns.
-
setVerbose
public void setVerbose(@Nullable @Nullable PrintStream out, @Nullable @Nullable Set<String> configuration) - Specified by:
setVerbose
in interfaceVerbosePrint
-