// compare accuracies between the brute force matcher and the test target matcher
// compare accuracies between the brute force matcher and the test target matcher
if(average_accuracy<target_average_accuracy)
if(average_accuracy<target_average_accuracy)
{
{
ts->printf(cvtest::TS::LOG,"Bad average accuracy %f < %f while test %s %s query\n",average_accuracy,target_average_accuracy,flmatchername,tp.transname.c_str());
ts->printf(cvtest::TS::LOG,"Bad average accuracy %f < %f while test %s %s query\n",average_accuracy,target_average_accuracy,flmatchername.c_str(),tp.transname.c_str());