Click or drag to resize

CvDnn.NMSBoxes Method

Overload List
  NameDescription
Public methodStatic memberNMSBoxes(IEnumerable<Rect>, IEnumerable<Single>, Single, Single,Int32[], Single, Int32)
Performs non maximum suppression given boxes and corresponding scores.
Public methodStatic memberNMSBoxes(IEnumerable<Rect2d>, IEnumerable<Single>, Single, Single,Int32[], Single, Int32)
Performs non maximum suppression given boxes and corresponding scores.
Public methodStatic memberNMSBoxes(IEnumerable<RotatedRect>, IEnumerable<Single>, Single, Single,Int32[], Single, Int32)
Performs non maximum suppression given boxes and corresponding scores.
Top
See Also