ts->printf(CvTS::LOG,"\nAverage time of computiting one descriptor = %g ms (previous time = %g ms)\n",t/((double)cvGetTickFrequency()*1000.)/calcDescriptors.rows,prevTime);
ts->printf(CvTS::LOG,"\nAverage time of computiting one descriptor = %g ms (previous time = %g ms).\n",t/((double)cvGetTickFrequency()*1000.)/calcDescriptors.rows,prevTime);
if(calcDescriptors.rows!=(int)keypoints.size())
if(calcDescriptors.rows!=(int)keypoints.size())
{
{
ts->printf(CvTS::LOG,"Count of computed descriptors and keypoints count must be equal\n");
ts->printf(CvTS::LOG,"Count of computed descriptors and keypoints count must be equal.\n");