Non-maxima suppression (Patch #2204)
Description
There are a number of non-maxima suppression methods in OpenCV, but all of them are embedded in applications (Feature Detection, Latent SVM, etc). I would like to submit a method that I have found useful, based on the following paper:
A. Neubeck and L. Van Gool. "Efficient Non-Maximum Suppression," ICPR 2006
It would be great to see this or something similar in a future version of OpenCV
Associated revisions
Merge pull request #2204 from ilya-lavrenov:tapi_stitch_perf_fix
History
Updated by Marina Kolpakova over 12 years ago
- Tracker changed from Feature to Patch
Updated by Andrey Kamaev over 12 years ago
- Target version changed from 2.4.3 to 3.0