I'm using Emgu CV's SURF feauture to recognize similar objects in images. The image is drawn right, showing all the key points found, in both images.
The problem is that the similar points are seen in the image, but they are not saved in the format I want.
My goal is to be able to compare an input Image with a collection of images in a database. Then, store results in the database.
Note: I attached Emgu CV's SURF feauture.