Click or drag to resize
Accord.NET (logo)

BinaryWatershedMaxPoints Property

Gets the list of maximum points found in the image.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public List<IntPoint> MaxPoints { get; }
Request Example View Source

Property Value

Type: ListIntPoint
See Also