added first version of gpu performance tests

This commit is contained in:
Alexey Spizhevoy
2011-01-24 10:33:01 +00:00
parent 811ba31897
commit 310c483da8
6 changed files with 255 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ namespace
if (depth == CV_8U) return 300;
break;
case CV_TM_SQDIFF:
if (depth == CV_8U) return 500;
if (depth == CV_8U) return 300;
break;
}
CV_Error(CV_StsBadArg, "getTemplateThreshold: unsupported match template mode");