|
ThresholdWithCarry Constructor (Byte)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public ThresholdWithCarry(
byte threshold
)
Public Sub New (
threshold As Byte
)
Request Example
View SourceParameters
- threshold
- Type: SystemByte
Threshold value.
See Also