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

TextThresholdingMethod Class

Namespace:Fil
Assembly:FilNet.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
AlgorithmFil.ThresholdingAlgorithm
AutomaticMethodFil.ThresholdSelectionMethod
BlackTextSystem.Boolean
DilationSystem.Int32
HysteresisAutomaticSystem.Single
HysteresisDynamicSystem.Single
HysteresisSystem.Single
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
MaxDynamicFtl.Optional<System.Single>
MaxValueFtl.Optional<System.Single>
MinDynamicFtl.Optional<System.Single>
MinValueFtl.Optional<System.Single>
RadiusSystem.Int32
ShearingSystem.Single
SmoothingSystem.Single

Methods

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

Remarks

See also