public final class Detector
extends java.lang.Object
Encapsulates logic that can detect an Aztec Code in an image, even if the Aztec Code is rotated or skewed, or partially obscured.
Modifier and Type | Method and Description |
---|---|
AztecDetectorResult |
detect()
Detects an Aztec Code in an image.
|
public Detector(BitMatrix image)
public AztecDetectorResult detect() throws NotFoundException
Detects an Aztec Code in an image.
AztecDetectorResult
encapsulating results of detecting an Aztec CodeNotFoundException
- if no Aztec Code can be found