Object recognition by edge (or corners) matching?

我的未来我决定 提交于 2019-12-08 11:26:33

问题


I would like to develop, for academic purpouse, an object recognition system that uses (among other things) edges or corners matching.

Basically I extract corner information on my model image then i try to find this object inside a query image using corner information.

Do you have any hint within OpenCV?

Ps. I know I could use SIFT/SURF/ORB but in this case i need to match corner or edges


回答1:


What about Hough transform (contour matching)? Look at matchShapes function.



来源:https://stackoverflow.com/questions/11695726/object-recognition-by-edge-or-corners-matching

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