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(TextThresholdingMethod)Creates a deep copy of the passed object.
TextThresholdingMethod()

Properties

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

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.TextThresholdingMethod)
Equals(AvlNet.TextThresholdingMethod, AvlNet.TextThresholdingMethod)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.TextThresholdingMethod)Resets this instance with data of the other TextThresholdingMethod object.
ToString()Inherited from System.Object

Remarks

See also