Click or drag to resize
Accord.NET (logo)

ThresholdedEuclideanDifference Constructor (Int32)

Initializes a new instance of the ThresholdedEuclideanDifference class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ThresholdedEuclideanDifference(
	int threshold
)
Request Example View Source

Parameters

threshold
Type: SystemInt32
Difference threshold (see Threshold).
See Also