From 1c7ee88b840511db727fc0cab7a3731a6459bd62 Mon Sep 17 00:00:00 2001 From: Elena Gvozdeva Date: Tue, 12 Aug 2014 10:26:05 +0400 Subject: [PATCH] fixed test for ocl PlaneWarperTest --- modules/stitching/test/ocl/test_warpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stitching/test/ocl/test_warpers.cpp b/modules/stitching/test/ocl/test_warpers.cpp index 4a95fff00f..79137bfcf9 100644 --- a/modules/stitching/test/ocl/test_warpers.cpp +++ b/modules/stitching/test/ocl/test_warpers.cpp @@ -139,7 +139,7 @@ OCL_TEST_F(PlaneWarperTest, Mat) OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst)); OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst)); - Near(1e-4); + Near(1.5e-4); } }