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

DynamicThresholdParams Constructor

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

Syntax

public DynamicThresholdParams
(
	AvlNet.Polarity polarity,
	AvlNet.BlobThresholdReferenceMethod method,
	int? radius,
	int threshold,
	int hysteresis
)

Parameters

Name Type Range Default Description
polarityAvlNet.Polarity
methodAvlNet.BlobThresholdReferenceMethod
radiusint?
thresholdint
hysteresisint

See also