问题
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