|
IterativeThreshold Constructor (Int32, Int32)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public IterativeThreshold(
int minError,
int threshold
)
Public Sub New (
minError As Integer,
threshold As Integer
)
Request Example
View SourceParameters
- minError
- Type: SystemInt32
Minimum allowed error, that ends the iteration process. - threshold
- Type: SystemInt32
Initial threshold value.
See Also