I am using SIFT keypoints atm on matlab to get the keypoints of each image , and then i use a match function that appends 2 images and finds the macthed keypoints between the images , My problem is that the number of keypoints that appears sometimes is very low , When can I say that these images are identical or represent the same object (a money bill paper for example).
Is there a better technique to use to do this??