I have some images in different viewpoints. Suppose I want to register an image to another one.
I extracted SURF features into both images and matched them together. I need to compare my method to SURF descriptor. I have the number of inliers and outliers in both methods but don't know how I can compare them. Because both of the number of correct matches (inliers) and the percentage of correct matches are important and it is not appropriate that we compare them using only one aforementioned measure. Can I draw 2d diagram that contains both of them?