I have this project in which i have a huge database of images divided into certain set.
Now I have this one image which is not exactly the same, but is nearly the same as one or many images present in database. I need to predict that this image may belong to which set.
I must admit that I am very new to image processing. However I have a little knowledge about SURF. SIFT, image fingerprinting, but I am not able to select which way to go.
I was thinking if I could save certain features of image in a database then again find some key points of example image then compare it in database and set some threshold to compare them. Please help me how should I start.