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

DynamicThresholdParams Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public DynamicThresholdParams
(
	Avl.Polarity polarity_,
	Avl.BlobThresholdReferenceMethod method_,
	Optional<int> radius_,
	int threshold_,
	int hysteresis_
)

Parameters

Name Type Range Default Description
polarity_Avl.Polarity
method_Avl.BlobThresholdReferenceMethod
radius_Atl.Optional<int>
threshold_int
hysteresis_int

See also