Class ScanbotBinarizationFilter

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class ScanbotBinarizationFilter
    extends ParametricFilter
                        

    Automatic binarization filter. This filter is a good starting point for most use cases.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final OutputMode getOutputMode() Output mode of the filter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScanbotBinarizationFilter

        ScanbotBinarizationFilter(OutputMode outputMode)
    • Method Detail

      • getOutputMode

         final OutputMode getOutputMode()

        Output mode of the filter. BINARY will return a black and white image, GRAYSCALE will return an antialiased grayscale image.