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());
parser.add_option("-a","--accuracy",dest="accuracy",help="look for accuracy tests instead of performance tests",action="store_true",default=False)
parser.add_option("-l","--longname",dest="useLongNames",action="store_true",help="generate log files with long names",default=False)
parser.add_option("","--android_test_data_path",dest="test_data_path",help="OPENCV_TEST_DATA_PATH for Android run",metavar="PATH",default="/sdcard/opencv_testdata/")
parser.add_option("","--configuration",dest="configuration",help="force Debug or Release donfiguration",metavar="CFG",default="")
parser.add_option("","--configuration",dest="configuration",help="force Debug or Release configuration",metavar="CFG",default="")
parser.add_option("","--serial",dest="adb_serial",help="Android: directs command to the USB device or emulator with the given serial number",metavar="serial number",default="")
parser.add_option("","--package",dest="junit_package",help="Android: run jUnit tests for specified package",metavar="package",default="")
parser.add_option("","--help-tests",dest="help",help="Show help for test executable",action="store_true",default=False)