You are here: Start » AVL.NET » TextThresholdingMethod Class

TextThresholdingMethod Class

Parameters of text extraction algorithm.

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

TextThresholdingMethod(ThresholdingAlgorithm, Nullable<Single>, Nullable<Single>, Single, Int32, Nullable<Single>, Nullable<Single>, ThresholdSelectionMethod, Boolean, Single, Single)
TextThresholdingMethod()

Properties

 TypeNameDescription
AvlNet.ThresholdingAlgorithmAlgorithm
AvlNet.ThresholdSelectionMethodAutomaticMethod
System.BooleanBlackText
System.SingleHysteresis
System.Nullable<System.Single>MaxDynamic
System.Nullable<System.Single>MaxValue
System.Nullable<System.Single>MinDynamic
System.Nullable<System.Single>MinValue
System.Int32Radius
System.SingleShearing
System.SingleSmoothing

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also