public final class Detector extends Object
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.
Modifier and Type | Method and Description |
---|---|
DetectorResult |
detect()
Detects a Data Matrix Code in an image.
|
public Detector(BitMatrix image) throws NotFoundException
NotFoundException
public DetectorResult detect() throws NotFoundException
Detects a Data Matrix Code in an image.
DetectorResult
encapsulating results of detecting a Data Matrix CodeNotFoundException
- if no Data Matrix Code can be foundCopyright © 2007–2024. All rights reserved.