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

pull/23126/head
cudawarped 2 years ago
parent fdf2151d9f
commit b5bf756ca0
  1. 2
      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;

Loading…
Cancel
Save