public final class Detector
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
AztecDetectorResult |
detect() |
AztecDetectorResult |
detect(boolean isMirror)
Detects an Aztec Code in an image.
|
public Detector(BitMatrix image)
public AztecDetectorResult detect() throws 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 found