Click or drag to resize
Accord.NET (logo)

BorderFollowing Constructor (Byte)

Initializes a new instance of the BorderFollowing class.

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

Parameters

threshold
Type: SystemByte
The pixel value threshold above which a pixel is considered black (belonging to the object). Default is zero.
See Also