Interface ResultPointCallback


public interface ResultPointCallback
Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.
See Also:
  • Method Details

    • foundPossibleResultPoint

      void foundPossibleResultPoint(ResultPoint point)