Table of Contents

Class ScanbotBinarizationFilter

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll

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

public class ScanbotBinarizationFilter : ParametricFilter
Inheritance
ScanbotBinarizationFilter
Inherited Members

Properties

OutputMode

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

[JsonConverter(typeof(OutputModeConverter))]
public OutputMode OutputMode { get; set; }

Property Value

OutputMode