diff --git a/modules/ts/include/opencv2/ts/cuda_test.hpp b/modules/ts/include/opencv2/ts/cuda_test.hpp index f1851c5f8f..87b217fc13 100644 --- a/modules/ts/include/opencv2/ts/cuda_test.hpp +++ b/modules/ts/include/opencv2/ts/cuda_test.hpp @@ -212,6 +212,8 @@ namespace cvtest #define DIFFERENT_SIZES testing::Values(cv::Size(128, 128), cv::Size(113, 113)) + #define DIFFERENT_SIZES_EXTRA testing::Values(cv::Size(13, 1), cv::Size(1, 13), cv::Size(128, 128), cv::Size(113, 113)) + // Depth using perf::MatDepth;