Click or drag to resize
Accord.NET (logo)

ThresholdWithCarry Constructor (Byte)

Initializes a new instance of the ThresholdWithCarry class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ThresholdWithCarry(
	byte threshold
)
Request Example View Source

Parameters

threshold
Type: SystemByte
Threshold value.
See Also