added area fast mode to ocl::resize

This commit is contained in:
Ilya Lavrenov
2013-11-18 18:46:59 +04:00
parent f70d63e4c9
commit 198cd1a40d
5 changed files with 121 additions and 28 deletions

View File

@@ -191,7 +191,7 @@ typedef TestBaseWithParam<resizeAreaParams> resizeAreaFixture;
PERF_TEST_P(resizeAreaFixture, resize,
::testing::Combine(OCL_TYPICAL_MAT_SIZES,
OCL_PERF_ENUM(CV_8UC1, CV_8UC4, CV_32FC1, CV_32FC4),
::testing::Values(0.6, 0.3)))
::testing::Values(0.3, 0.5, 0.6)))
{
const resizeAreaParams params = GetParam();
const Size srcSize = get<0>(params);