Click or drag to resize
Accord.NET (logo)

GroupMatchingTMinimumNeighbors Property

Gets or sets the minimum number of neighbors necessary to keep a detection. If a rectangle has less neighbors than this number, it will be discarded as a false positive.

Namespace:  Accord.Vision
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public int MinimumNeighbors { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also