You are here: Start » AVL.NET » TextThresholdingMethod.TextThresholdingMethod(AvlNet.ThresholdingAlgorithm, float?, float?, float, int, float?, float?, AvlNet.ThresholdSelectionMethod, bool, float, float)
TextThresholdingMethod.TextThresholdingMethod(AvlNet.ThresholdingAlgorithm, float?, float?, float, int, float?, float?, AvlNet.ThresholdSelectionMethod, bool, float, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public TextThresholdingMethod( AvlNet.ThresholdingAlgorithm algorithm, float? minValue, float? maxValue, float hysteresis, int radius, float? minDynamic, float? maxDynamic, AvlNet.ThresholdSelectionMethod automaticMethod, bool blackText, float smoothing, float shearing )
Parameters
- algorithm
- Type: AvlNet.ThresholdingAlgorithm
- minValue
- Type: System.Nullable<System.Single>
- maxValue
- Type: System.Nullable<System.Single>
- hysteresis
- Type: System.Single
- radius
- Type: System.Int32
- minDynamic
- Type: System.Nullable<System.Single>
- maxDynamic
- Type: System.Nullable<System.Single>
- automaticMethod
- Type: AvlNet.ThresholdSelectionMethod
- blackText
- Type: System.Boolean
- smoothing
- Type: System.Single
- shearing
- Type: System.Single
