|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.aztec.detector.Detector
public final class Detector
Encapsulates logic that can detect an Aztec Code in an image, even if the Aztec Code is rotated or skewed, or partially obscured.
Constructor Summary | |
---|---|
Detector(BitMatrix image)
|
Method Summary | |
---|---|
AztecDetectorResult |
detect()
Detects an Aztec Code in an image. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Detector(BitMatrix image)
Method Detail |
---|
public AztecDetectorResult detect() throws NotFoundException
Detects an Aztec Code in an image.
AztecDetectorResult
encapsulating results of detecting an Aztec Code
NotFoundException
- if no Aztec Code can be found
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |