From: Kirill Kornyakov Date: Thu, 20 Oct 2011 07:50:34 +0000 (+0000) Subject: added sz2K resolution for perf tests X-Git-Tag: accepted/2.0/20130307.220821~1702 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3287729c9f97ddecfb3935f138f881f3e7df0ee6;p=profile%2Fivi%2Fopencv.git added sz2K resolution for perf tests --- diff --git a/modules/ts/include/opencv2/ts/ts_perf.hpp b/modules/ts/include/opencv2/ts/ts_perf.hpp index d342aad..7cddf14 100644 --- a/modules/ts/include/opencv2/ts/ts_perf.hpp +++ b/modules/ts/include/opencv2/ts/ts_perf.hpp @@ -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)