fix bug #3678 (cuda::integral failures)

This commit is contained in:
Vladislav Vinogradov
2014-05-14 12:48:12 +04:00
parent e1b5a547cc
commit f1e44fa5ca
2 changed files with 8 additions and 7 deletions

View File

@@ -850,7 +850,7 @@ CUDA_TEST_P(Integral, Accuracy)
INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Integral, testing::Combine(
ALL_DEVICES,
DIFFERENT_SIZES,
testing::Values(cv::Size(128, 128), cv::Size(113, 113), cv::Size(768, 1066)),
WHOLE_SUBMAT));
///////////////////////////////////////////////////////////////////////////////////////////////////////