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