Class ScanProcessor.Result<T>

  • Enclosing class:
    ScanProcessor

    public static class ScanProcessor.Result<T>
    extends java.lang.Object
    Result of the processing.
    • Field Detail

      • appliedQuadrangle

        public final Quadrangle appliedQuadrangle
        The Quadrangle that was used to perform perspective correction.
      • appliedFilter

        public final FilterType appliedFilter
        The filter that was applied to the image.
      • output

        public final T output
        The output of the processing, as a Bitmap or as a File