I'm doing a project to recognize the value of currency note and i should return the value.I used SURF algorithm to detect the value.There are several templates of currency values and i match those templates with currency images which captured from mobile camera..
by using SURF i could matching the value and if value matched its draw a rectangle around the vale.if the value is not matching not draw the rectangle....
*Problem is how i return the matching value..It's enough to show the value on command prompt.*Please help me. thank you very much..