Uses of Class
boofcv.alg.fiducial.qrcode.PositionPatternNode
-
Uses of PositionPatternNode in boofcv.alg.fiducial.microqr
Modifier and TypeMethodDescriptionvoid
MicroQrCodeDecoderImage.process
(List<PositionPatternNode> pps, T gray) Attempts to decode a marker at every found position pattern inside the image -
Uses of PositionPatternNode in boofcv.alg.fiducial.qrcode
Modifier and TypeFieldDescriptionprotected DogArray<PositionPatternNode>
QrCodePositionPatternDetector.positionPatterns
Returns a list of all the detected position pattern squares and the other PP that they are connected to.Modifier and TypeMethodDescriptionvoid
QrCodeDecoderImage.process
(List<PositionPatternNode> pps, T gray) Detects QR Codes inside image using position pattern graphvoid
QrCodePositionPatternGraphGenerator.process
(List<PositionPatternNode> positionPatterns) Connects the found position patterns into a graph