Class Detector
java.lang.Object
com.google.zxing.datamatrix.detector.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.
- Author:
- Sean Owen
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Detector- Throws:
- NotFoundException
 
 
- 
- 
Method Details- 
detectDetects a Data Matrix Code in an image. - Returns:
- DetectorResultencapsulating results of detecting a Data Matrix Code
- Throws:
- NotFoundException- if no Data Matrix Code can be found
 
 
-