Non-maxima suppression in OpenCV / EmguCV

蓝咒 提交于 2019-12-11 00:47:34

问题


Non-maxima suppression seems to be a built in component of some openCV functions used for corner detection (like cornerHarris, goodFeaturesToTrack etc.). But, I would like to apply non-maxima suppression directly (on its own) to an image. Is there to achieve this in OpenCV (Emgu CV is what I'm using)?

来源:https://stackoverflow.com/questions/36572304/non-maxima-suppression-in-opencv-emgucv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!