Click or drag to resize
Accord.NET (logo)

GroupMatching Properties

The GroupMatching type exposes the following members.

Properties
  NameDescription
Public propertyClasses (Inherited from GroupMatchingT.)
Public propertyMinimumNeighbors
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.
(Inherited from GroupMatchingT.)
Public propertyThreshold
Gets the minimum distance threshold to consider two rectangles as neighbors. Default is 0.2.
Top
See Also