Initializes a new instance of the ThresholdedDifference class.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public ThresholdedDifference(
	int threshold
)

Parameters

threshold
Type: System..::.Int32
Difference threshold (see Threshold).

See Also