|
BinaryWatershed Constructor (Single)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic BinaryWatershed(
float tolerance
)
Public Sub New (
tolerance As Single
)
Request Example
View SourceParameters
- tolerance
- Type: SystemSingle
The tolerance. Default is 0.5f.
See Also