|
Threshold Constructor (Int32)
|
Initializes a new instance of the
Threshold class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Threshold(
int threshold
)
Public Sub New (
threshold As Integer
)
Request Example
View SourceParameters
- threshold
- Type: SystemInt32
Threshold value.
See Also