You are here: Start » AVL.NET » TextThresholdingMethod Constructor

TextThresholdingMethod Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public TextThresholdingMethod
(
	Avl.ThresholdingAlgorithm algorithm_,
	Optional<float> minValue_,
	Optional<float> maxValue_,
	float hysteresis_,
	float hysteresisDynamic_,
	float hysteresisAutomatic_,
	int radius_,
	Optional<float> minDynamic_,
	Optional<float> maxDynamic_,
	Avl.ThresholdSelectionMethod automaticMethod_,
	bool blackText_,
	float smoothing_,
	float shearing_,
	int dilation_
)

Parameters

Name Type Range Default Description
algorithm_Avl.ThresholdingAlgorithm
minValue_Atl.Optional<float>
maxValue_Atl.Optional<float>
hysteresis_float
hysteresisDynamic_float
hysteresisAutomatic_float
radius_int
minDynamic_Atl.Optional<float>
maxDynamic_Atl.Optional<float>
automaticMethod_Avl.ThresholdSelectionMethod
blackText_bool
smoothing_float
shearing_float
dilation_int

See also