Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

evaluate SIFT and SURF

Hi

i need to evaluate SIFT and SURF with some criteria that mentioned on these papers "A comparison to SIFT PCA-SIFT and SURF" which can be found here : http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.301.7041

and "Evaluation of Local Detectors and Descriptors for Fast Feature Matching" which you can download it from miksik.co.uk/papers/miksik2012icpr.pdf .

i noticed that each paper defined repeatibility differently. in first paper it has been defined

image description

and in second paper

image description

which one should i use for SIFT and SURF evaluation?

and also in OpenCV i found a function named evaluateFeatureDetector. (simple code: cv::evaluateFeatureDetector(img_1c, img_2c, h12, &key_points_1, &key_points_2, repeatability, corrCounter);)

i want to know that which formula OpenCV use for finding repeatibility. also how can i find Precision-recall in OpenCV.

Best Regards

evaluate SIFT and SURF

Hi

i need to evaluate SIFT and SURF with some criteria that mentioned on these papers "A comparison to SIFT PCA-SIFT and SURF" which can be found here : http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.301.7041

and "Evaluation of Local Detectors and Descriptors for Fast Feature Matching" which you can download it from miksik.co.uk/papers/miksik2012icpr.pdf http://miksik.co.uk/papers/miksik2012icpr.pdf .

i noticed that each paper defined repeatibility differently. in first paper it has been defined

image description

and in second paper

image description

which one should i use for SIFT and SURF evaluation?

and also in OpenCV i found a function named evaluateFeatureDetector. (simple code: cv::evaluateFeatureDetector(img_1c, img_2c, h12, &key_points_1, &key_points_2, repeatability, corrCounter);)

i want to know that which formula OpenCV use for finding repeatibility. also how can i find Precision-recall in OpenCV.

Best Regards

evaluate SIFT and SURF

Hi

i need to evaluate SIFT and SURF with some criteria that mentioned on these papers "A comparison to SIFT PCA-SIFT and SURF" which can be found here : http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.301.7041

and "Evaluation of Local Detectors and Descriptors for Fast Feature Matching" which you can download it from http://miksik.co.uk/papers/miksik2012icpr.pdf miksik.co.uk/papers/miksik2012icpr.pdf .

i noticed that each paper defined repeatibility differently. in first paper it has been defined

image description

and in second paper

image description

which one should i use for SIFT and SURF evaluation?

and also in OpenCV i found a function named evaluateFeatureDetector. (simple code: cv::evaluateFeatureDetector(img_1c, img_2c, h12, &key_points_1, &key_points_2, repeatability, corrCounter);)

i want to know that which formula OpenCV use for finding repeatibility. also how can i find Precision-recall in OpenCV.

Edited : find evaluateGenericDescriptorMatcher method which can be used for finding recalls. don't know how to use it. also couldn't find any documentation for it.

Best Regards