Enum ImageFilter
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
Platform-independent image filter types
public enum ImageFilter
Fields
BackgroundClean = 6Cleans up the background and tries to preserve photos within the image.
Binarized = 3Standard binarization filter with contrast optimization. Creates a grayscaled 8-bit image with mostly black or white pixels.
BlackAndWhite = 7Black and white filter with background cleaning. Creates a grayscaled 8-bit image with mostly black or white pixels.
ColorDocument = 4MagicColor filter. Fixes white-balance and cleans up the background.
ColorEnhanced = 1Optimizes colors, contrast and brightness.
DeepBinarization = 9A filter for black and white conversion primary used for low-contrast documents.
EdgeHighlight = 10A filter that enhances edges in low-contrast documents.
Grayscale = 2Grayscale filter
LowLightBinarization = 11Binarization filter primary intended to use on low-contrast documents with heavy shadows.
LowLightBinarization2 = 12Binarization filter primary intended to use on low-contrast documents with heavy shadows.
None = 0No-op filter.
OtsuBinarization = 8A filter for black and white conversion using OTSU binarization.
PureBinarized = 5A filter for binarizing an image. Creates an image with pixel values set to either pure black or pure white.
SensitiveBinarization = 13Binarization filter for poor quality printed papers.