increase thresholds for some tests

This commit is contained in:
Vladislav Vinogradov
2013-12-27 18:20:14 +04:00
parent 15678efe84
commit 53494ba397
3 changed files with 8 additions and 8 deletions

View File

@@ -281,7 +281,7 @@ GPU_TEST_P(ConvertTo, WithOutScaling)
cv::Mat dst_gold;
src.convertTo(dst_gold, depth2);
EXPECT_MAT_NEAR(dst_gold, dst, 0.0);
EXPECT_MAT_NEAR(dst_gold, dst, 1.0);
}
}