|
BorderFollowing Constructor (Byte)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public BorderFollowing(
byte threshold
)
Public Sub New (
threshold As Byte
)
Request Example
View SourceParameters
- threshold
- Type: SystemByte
The pixel value threshold above which a pixel
is considered black (belonging to the object). Default is zero.
See Also