NMSBoxes (cv.Net) - MATLAB File Help
cv.Net.NMSBoxes

Performs non-maximum suppression given boxes and corresponding scores

indices = cv.Net.NMSBoxes(bboxes, scores, score_threshold, nms_threshold)
indices = cv.Net.NMSBoxes(..., 'OptionName',optionValue, ...)

Input

Output

Options

See also
Method Details
Access public
Sealed false
Static true