increased time-limits

This commit is contained in:
Anna Kogan
2012-11-28 14:13:24 +04:00
parent 157cdeb443
commit 8877066846
10 changed files with 12 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ PERF_TEST_P(MatInfo_Size_Scale_Area, ResizeArea,
cv::Mat dst(to, matType);
declare.in(src, WARMUP_RNG).out(dst);
declare.time(100);
TEST_CYCLE() resize(src, dst, dst.size(), 0, 0, INTER_AREA);