Click or drag to resize
Accord.NET (logo)

IterativeThreshold Constructor (Int32, Int32)

Initializes a new instance of the IterativeThreshold class.

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

Parameters

minError
Type: SystemInt32
Minimum allowed error, that ends the iteration process.
threshold
Type: SystemInt32
Initial threshold value.
See Also