Image match error measurement
Hi I am using surf to do real-time image matching. For a given input image the database will provide a most similar image. But during this process the system may give an another wrong image instead of the most similar one. I am wondering is there a system method to test the error of image matching. Presently my thought is to test the result visually by using part of images in the database.
Thank you in advance!
hmm, if you got several classes to detect, it's more a classification task, no more a 'detection' one .
have a look at [BOW] (https://gilscvblog.wordpress.com/2013...) , too.