Uses of Class
boofcv.alg.fiducial.qrcode.SquareLocatorPatternDetectorBase
Packages that use SquareLocatorPatternDetectorBase
-
Uses of SquareLocatorPatternDetectorBase in boofcv.alg.fiducial.aztec
Subclasses of SquareLocatorPatternDetectorBase in boofcv.alg.fiducial.aztecModifier and TypeClassDescriptionclass
AztecFinderPatternDetector<T extends ImageGray<T>>
Searches for Aztec finder patterns inside an image and returns a list of candidates. -
Uses of SquareLocatorPatternDetectorBase in boofcv.alg.fiducial.qrcode
Subclasses of SquareLocatorPatternDetectorBase in boofcv.alg.fiducial.qrcodeModifier and TypeClassDescriptionclass
QrCodePositionPatternDetector<T extends ImageGray<T>>
Detects position patterns for a QR code inside an image.