How to match an object within an image to other images using SURF features (in MATLAB)?

你离开我真会死。 提交于 2019-12-08 06:32:12

问题


my problem is how to match one image to a set of images and to display the matched images. I am using SURF feature for feature extraction.


回答1:


If you have the Computer Vision System Toolbox, take a look at the following examples:

  • Object Detection In A Cluttered Scene Using Point Feature Matching
  • Image Search using Point Features


来源:https://stackoverflow.com/questions/22388481/how-to-match-an-object-within-an-image-to-other-images-using-surf-features-in-m

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