You are here: Start » AVL.NET » TextThresholdingMethod Constructor
TextThresholdingMethod Constructor
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.Types.dll |
Syntax
public TextThresholdingMethod ( Avl.ThresholdingAlgorithm algorithm_, Optional<float> maxValue_, float hysteresis_, float hysteresisDynamic_, float hysteresisAutomatic_, int radius_, Optional<float> maxDynamic_, Avl.ThresholdSelectionMethod automaticMethod_, bool blackText_, float smoothing_, float shearing_, int dilation_ )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| algorithm_ | Avl.ThresholdingAlgorithm | ||||
| maxValue_ | Atl.Optional<float> | ||||
| hysteresis_ | float | ||||
| hysteresisDynamic_ | float | ||||
| hysteresisAutomatic_ | float | ||||
| radius_ | int | ||||
| maxDynamic_ | Atl.Optional<float> | ||||
| automaticMethod_ | Avl.ThresholdSelectionMethod | ||||
| blackText_ | bool | ||||
| smoothing_ | float | ||||
| shearing_ | float | ||||
| dilation_ | int |
