public final class Detector extends Object
| Modifier and Type | Method and Description |
|---|---|
AztecDetectorResult |
detect() |
AztecDetectorResult |
detect(boolean isMirror)
Detects an Aztec Code in an image.
|
public Detector(BitMatrix image)
public AztecDetectorResult detect() throws NotFoundException
NotFoundExceptionpublic AztecDetectorResult detect(boolean isMirror) throws NotFoundException
AztecDetectorResult encapsulating results of detecting an Aztec CodeNotFoundException - if no Aztec Code can be foundCopyright © 2007-2013. All Rights Reserved.