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

TextThresholdingMethod Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public TextThresholdingMethod
(
	FilNet.ThresholdingAlgorithm algorithm,
	float? minValue,
	float? maxValue,
	float hysteresis,
	float hysteresisDynamic,
	float hysteresisAutomatic,
	int radius,
	float? minDynamic,
	float? maxDynamic,
	FilNet.ThresholdSelectionMethod automaticMethod,
	bool blackText,
	float smoothing,
	float shearing,
	int dilation
)

Parameters

Name Type Range Default Description
algorithmFilNet.ThresholdingAlgorithm
minValuefloat?
maxValuefloat?
hysteresisfloat
hysteresisDynamicfloat
hysteresisAutomaticfloat
radiusint
minDynamicfloat?
maxDynamicfloat?
automaticMethodFilNet.ThresholdSelectionMethod
blackTextbool
smoothingfloat
shearingfloat
dilationint

See also