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

Merge branch 'master' of https://github.com/Itseez/opencv into back_proj_fix

This commit is contained in:
mlyashko
2014-03-25 14:52:39 +04:00
90 changed files with 1259 additions and 1085 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ OCL_PERF_TEST_P(SobelFixture, Sobel,
OCL_TEST_CYCLE() cv::Sobel(src, dst, -1, dx, dy);
SANITY_CHECK(dst);
SANITY_CHECK(dst, 1e-6);
}
///////////// Scharr ////////////////////////