Hi,
yesterday i evaluated a few feature detectors and descriptors. I used the detector_descriptor_evaluation.cpp, which is located in the samples folder.
After a few modifications the tests worked as expected. Unfortunately the list of the detectors and descriptors is out-of-date (e.g. ORB or FREAK is not included). So i added ORB myself and it seems to work...but there is one little problem. All other detectors and descriptors have an xml file with quality results, e.g. SURF_res.xml (located in opencv_extra/testdata/cv/detectors_descriptors_evaluation/detectors)
So my question is: For what exactly is this file good for and how can i generate one for the detectors which are not included?