Package com.geniusscansdk.core
Class ScanProcessor.Enhancement
- java.lang.Object
-
- com.geniusscansdk.core.ScanProcessor.Enhancement
-
- Enclosing class:
- ScanProcessor
public static class ScanProcessor.Enhancement extends java.lang.Object
Configuration for image enhancement.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScanProcessor.Enhancement
automatic()
static ScanProcessor.Enhancement
none()
static ScanProcessor.Enhancement
withFilter(FilterType filterType)
static ScanProcessor.Enhancement
withFilter(FilterType filterType, boolean cleanEdges)
-
-
-
Method Detail
-
automatic
public static ScanProcessor.Enhancement automatic()
-
none
public static ScanProcessor.Enhancement none()
-
withFilter
public static ScanProcessor.Enhancement withFilter(@NonNull FilterType filterType)
-
withFilter
public static ScanProcessor.Enhancement withFilter(@NonNull FilterType filterType, boolean cleanEdges)
-
-