Show / Hide Table of Contents

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)

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX