Click or drag to resize
Accord.NET (logo)

BorderFollowingThreshold Property

Gets or sets the pixel value threshold above which a pixel is considered white (belonging to the object). Default is zero.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public byte Threshold { get; set; }
Request Example View Source

Property Value

Type: Byte
See Also