|
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; }
Public Property MinimumNeighbors As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also