Click or drag to resize
Accord.NET (logo)

ZhangSuenSkeletonization Constructor (Byte, Byte)

Initializes a new instance of the SimpleSkeletonization class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ZhangSuenSkeletonization(
	byte bg,
	byte fg
)
Request Example View Source

Parameters

bg
Type: SystemByte
Background pixel color.
fg
Type: SystemByte
Foreground pixel color.
See Also