core: define cuda test size with row/col of 1

This commit is contained in:
cudawarped 2023-01-10 08:40:08 +02:00
parent fdf2151d9f
commit b5bf756ca0

View File

@ -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;