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

TextThresholdingMethod Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Parameters of text extraction algorithm.

Constructors

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

Properties

 NameTypeDescription
AlgorithmAvl.ThresholdingAlgorithm
AutomaticMethodAvl.ThresholdSelectionMethod
BlackTextSystem.Boolean
DilationSystem.Int32
HysteresisAutomaticSystem.Single
HysteresisDynamicSystem.Single
HysteresisSystem.Single
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MaxDynamicAtl.Optional<System.Single>
MaxValueAtl.Optional<System.Single>
MinDynamicAtl.Optional<System.Single>
MinValueAtl.Optional<System.Single>
RadiusSystem.Int32
ShearingSystem.Single
SmoothingSystem.Single

Methods

 NameDescription
CopyTo(Avl.TextThresholdingMethod)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.TextThresholdingMethod)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.TextThresholdingMethod)
ToString()Inherited from System.Object

Remarks

See also