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

@@ -32,7 +32,7 @@ PERF_TEST_P(Image_RhoStep_ThetaStep_Threshold, HoughLines,
Canny(image, image, 0, 0);
Mat lines;
declare.time(7);
declare.time(40);
TEST_CYCLE() HoughLines(image, lines, rhoStep, thetaStep, threshold);