Uses of Class
boofcv.alg.fiducial.qrcode.PositionPatternNode
Packages that use PositionPatternNode
-
Uses of PositionPatternNode in boofcv.alg.fiducial.microqr
Method parameters in boofcv.alg.fiducial.microqr with type arguments of type PositionPatternNodeModifier and TypeMethodDescriptionvoidMicroQrCodeDecoderImage.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
Fields in boofcv.alg.fiducial.qrcode with type parameters of type PositionPatternNodeModifier and TypeFieldDescriptionprotected DogArray<PositionPatternNode>QrCodePositionPatternDetector.positionPatternsReturns a list of all the detected position pattern squares and the other PP that they are connected to.Method parameters in boofcv.alg.fiducial.qrcode with type arguments of type PositionPatternNodeModifier and TypeMethodDescriptionvoidQrCodeDecoderImage.process(List<PositionPatternNode> pps, T gray) Detects QR Codes inside image using position pattern graphvoidQrCodePositionPatternGraphGenerator.process(List<PositionPatternNode> positionPatterns) Connects the found position patterns into a graph