Class Detector


  • public final class Detector
    extends java.lang.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.

    • Constructor Summary

      Constructors 
      Constructor Description
      Detector​(BitMatrix image)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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