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

TextThresholdingMethod Class

Parameters of text extraction algorithm.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

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

Properties

 NameTypeDescription
AlgorithmAvlNet.ThresholdingAlgorithm
AutomaticMethodAvlNet.ThresholdSelectionMethod
BlackTextSystem.Boolean
DilationSystem.Int32
HysteresisAutomaticSystem.Single
HysteresisDynamicSystem.Single
HysteresisSystem.Single
MaxDynamicSystem.Nullable<System.Single>
MaxValueSystem.Nullable<System.Single>
MinDynamicSystem.Nullable<System.Single>
MinValueSystem.Nullable<System.Single>
RadiusSystem.Int32
ShearingSystem.Single
SmoothingSystem.Single

Methods

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

Remarks

See also