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

TextThresholdingMethod Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

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

Parameters

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

See also