Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is an implementation for integer rectangles, https://docs.opencv.org/master/d6/d0f/group__dnn.html#ga9d118d70a1659af729d01b10233213ee. You may look an implementation at https://github.com/opencv/opencv/blob/master/modules/dnn/src/nms.inl.hpp.

There is an implementation for integer rectangles, https://docs.opencv.org/master/d6/d0f/group__dnn.html#ga9d118d70a1659af729d01b10233213ee. You may look an implementation a source code at https://github.com/opencv/opencv/blob/master/modules/dnn/src/nms.inl.hpp.