I'm aiming to search through a library of images using an image as the query. I want to use SURF and a customized NN technique to match relevant images and display the top ten results from that image.
Once I get the SURF NN matching code working for comparing two images, how should I go about modifying that code to search through the library of images and spit out the top ten nearest image matches?
Thanks