Uses of Class
boofcv.factory.fiducial.ConfigQrCode
Packages that use ConfigQrCode
-
Uses of ConfigQrCode in boofcv.factory.fiducial
Methods in boofcv.factory.fiducial that return ConfigQrCodeModifier and TypeMethodDescriptionstatic ConfigQrCodeConfigQrCode.fast()Default configuration for a QR Code detector which is optimized for speedConfigQrCode.setTo(ConfigQrCode src) Methods in boofcv.factory.fiducial with parameters of type ConfigQrCodeModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
QrCodePreciseDetector<T>FactoryFiducial.qrcode(@Nullable ConfigQrCode config, Class<T> imageType) Returns a QR Code detectorstatic <T extends ImageGray<T>>
QrCodeDetectorPnP<T>FactoryFiducial.qrcode3D(@Nullable ConfigQrCode config, Class<T> imageType) QR Code but with the ability to estimate it's 3D pose using PnP.ConfigQrCode.setTo(ConfigQrCode src)