mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 23:19:23 +08:00
added sz2K resolution for perf tests
This commit is contained in:
parent
f2b72928cc
commit
3287729c9f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user