You are here: Start » FIL.NET » TextThresholdingMethod Class
TextThresholdingMethod Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Parameters of text extraction algorithm.
Constructors
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Algorithm | FilNet.ThresholdingAlgorithm | |
![]() | AutomaticMethod | FilNet.ThresholdSelectionMethod | |
![]() | BlackText | System.Boolean | |
![]() | Dilation | System.Int32 | |
![]() | HysteresisAutomatic | System.Single | |
![]() | HysteresisDynamic | System.Single | |
![]() | Hysteresis | System.Single | |
![]() | IsDisposed | System.Boolean | |
![]() | MaxDynamic | System.Nullable<System.Single> | |
![]() | MaxValue | System.Nullable<System.Single> | |
![]() | MinDynamic | System.Nullable<System.Single> | |
![]() | MinValue | System.Nullable<System.Single> | |
![]() | Radius | System.Int32 | |
![]() | Shearing | System.Single | |
![]() | Smoothing | System.Single |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.TextThresholdingMethod) | |
![]() ![]() | Equals(FilNet.TextThresholdingMethod, FilNet.TextThresholdingMethod) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.TextThresholdingMethod) | Resets this instance with data of the other TextThresholdingMethod object. |
![]() | ToString() | Inherited from System.Object |