|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.datamatrix.detector.Detector
public final class Detector
Encapsulates logic that can detect a Data Matrix Code in an image, even if the Data Matrix Code is rotated or skewed, or partially obscured.
Constructor Summary | |
---|---|
Detector(BitMatrix image)
|
Method Summary | |
---|---|
DetectorResult |
detect()
Detects a Data Matrix 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) throws NotFoundException
NotFoundException
Method Detail |
---|
public DetectorResult detect() throws NotFoundException
Detects a Data Matrix Code in an image.
DetectorResult
encapsulating results of detecting a Data Matrix Code
NotFoundException
- if no Data Matrix Code can be found
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |