Click or drag to resize

CvDnnNMSBoxes Method

Overload List
  NameDescription
Public methodStatic memberNMSBoxes(IEnumerableRect, IEnumerableSingle, Single, Single, Int32, Single, Int32)
Performs non maximum suppression given boxes and corresponding scores.
Public methodStatic memberNMSBoxes(IEnumerableRect2d, IEnumerableSingle, Single, Single, Int32, Single, Int32)
Performs non maximum suppression given boxes and corresponding scores.
Public methodStatic memberNMSBoxes(IEnumerableRotatedRect, IEnumerableSingle, Single, Single, Int32, Single, Int32)
Performs non maximum suppression given boxes and corresponding scores.
Top
See Also