Ask Your Question
2

Non Maximum Suppression

asked 2018-01-24 07:48:43 -0600

teenvan95 gravatar image

I am developing multiple ROIs and classifying the existence of an object (object detection). Now I have some fairly overlapping ROIs and want to reduce the number and wanted to use NMS for that. But I dont really how to go about that. Is there any c++ code available for NMS implemented.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
5

answered 2018-01-24 08:54:22 -0600

dkurt gravatar image

updated 2018-01-24 08:54:42 -0600

There is an implementation for integer rectangles, https://docs.opencv.org/master/d6/d0f.... You may look a source code at https://github.com/opencv/opencv/blob....

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-01-24 07:48:43 -0600

Seen: 13,458 times

Last updated: Jan 24 '18