|
GroupMatchingT Constructor
|
Namespace:
Accord.Vision
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax protected GroupMatching(
int minimumNeighbors = 2
)
Protected Sub New (
Optional minimumNeighbors As Integer = 2
)
Request Example
View SourceParameters
- minimumNeighbors (Optional)
- Type: SystemInt32
The minimum number of neighbors needed to keep a detection. If a rectangle
has less than this minimum number, it will be discarded as a false positive.
See Also