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
| Type | Name | Description | |
|---|---|---|---|
| AvlNet.ThresholdingAlgorithm | Algorithm | ||
| AvlNet.ThresholdSelectionMethod | AutomaticMethod | ||
| System.Boolean | BlackText | ||
| System.Single | Hysteresis | ||
| System.Nullable<System.Single> | MaxDynamic | ||
| System.Nullable<System.Single> | MaxValue | ||
| System.Nullable<System.Single> | MinDynamic | ||
| System.Nullable<System.Single> | MinValue | ||
| System.Int32 | Radius | ||
| System.Single | Shearing | ||
| System.Single | Smoothing |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
