You are here: Start » TextThresholdingMethod Constructor

TextThresholdingMethod Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

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

Parameters

Name Type Range Default Description
algorithm_Fil.ThresholdingAlgorithm
minValue_Ftl.Optional<float>
maxValue_Ftl.Optional<float>
hysteresis_float
hysteresisDynamic_float
hysteresisAutomatic_float
radius_int
minDynamic_Ftl.Optional<float>
maxDynamic_Ftl.Optional<float>
automaticMethod_Fil.ThresholdSelectionMethod
blackText_bool
smoothing_float
shearing_float
dilation_int

See also