1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #1298 from jet47:gpu-eliminate-doubles

This commit is contained in:
Roman Donchenko
2013-08-20 18:04:54 +04:00
committed by OpenCV Buildbot
9 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ PERF_TEST_P(Size_MatType, SuperResolution_BTVL1,
TEST_CYCLE_N(10) superRes->nextFrame(dst);
GPU_SANITY_CHECK(dst);
GPU_SANITY_CHECK(dst, 2);
}
else
{