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
See also