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.
public Detector(BitMatrix image) throws NotFoundException
NotFoundExceptionpublic 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-2013. All Rights Reserved.