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.
2 | No.2 Revision |
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.