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
NotFoundException
public AztecDetectorResult detect(boolean isMirror) throws NotFoundException
isMirror
- if true, image is a mirror-image of originalAztecDetectorResult
encapsulating results of detecting an Aztec CodeNotFoundException
- if no Aztec Code can be foundCopyright © 2007–2024. All rights reserved.