public class QrCodeAlignmentPatternLocator<T extends boofcv.struct.image.ImageGray<T>>
extends java.lang.Object
| Constructor and Description |
|---|
QrCodeAlignmentPatternLocator(java.lang.Class<T> imageType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(T image,
QrCode qr)
Uses the previously detected position patterns to seed the search for the alignment patterns
|