ts->printf(cvtest::TS::LOG,"Valid and computed descriptors matrices must have the same size and type.\n");
ts->printf(cvtest::TS::LOG,"Valid size is (%d x %d) actual size is (%d x %d).\n",validDescriptors.rows,validDescriptors.cols,calcDescriptors.rows,calcDescriptors.cols);
ts->printf(cvtest::TS::LOG,"Valid type is %d actual type is %d.\n",validDescriptors.type(),calcDescriptors.type());