increased time limits in perf tests

This commit is contained in:
Vladislav Vinogradov
2013-03-20 11:49:33 +04:00
parent 321070ccf0
commit 83def21ba9
6 changed files with 16 additions and 8 deletions

View File

@@ -19,6 +19,8 @@ PERF_TEST_P(Image, ObjDetect_HOG,
"gpu/caltech/image_00000527_0.png",
"gpu/caltech/image_00000574_0.png"))
{
declare.time(300.0);
const cv::Mat img = readImage(GetParam(), cv::IMREAD_GRAYSCALE);
ASSERT_FALSE(img.empty());