Enum Binarization.ForegroundType
Represents the type of the input image.
Namespace: SigStat.Common.Transforms
Assembly: SigStat.Common.dll
Syntax
public enum ForegroundType : int
Fields
Name | Description |
---|---|
Bright | Foreground is brighter than background. (for non-signature images) |
Dark | (default) Foreground is darker than background. (eg. ink on paper) |