Click or drag to resize
Accord.NET (logo)

BinaryWatershedDistance Property

Gets or sets the distance method to be used in the underlying DistanceTransform.

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

Property Value

Type: DistanceTransformMethod
See Also