Commit 3287729c authored by Kirill Kornyakov's avatar Kirill Kornyakov

added sz2K resolution for perf tests

parent f2b72928
......@@ -38,6 +38,7 @@ const cv::Size sz720p = cv::Size(1280, 720);
const cv::Size sz1080p = cv::Size(1920, 1080);
const cv::Size szODD = cv::Size(127, 61);
const cv::Size sz2K = cv::Size(2048, 2048);
#define SZ_ALL_VGA ::testing::Values(::perf::szQVGA, ::perf::szVGA, ::perf::szSVGA)
#define SZ_ALL_GA ::testing::Values(::perf::szQVGA, ::perf::szVGA, ::perf::szSVGA, ::perf::szXGA, ::perf::szSXGA)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment