I want to compare an image of a front of a car with a database of images with other cars and tell me that most likely match of it.
Program firstly shall find key points and descriptors of the database of the images using SURF and try to compare them with Flann matcher
.
But I simply can't understand how it should work. I'll have matches of the various pairs of images, but how can I compare the images and show relative output?